Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

huynhtin
/
ViCLSR

Feature Extraction
Transformers
PyTorch
Vietnamese
xlm-roberta
vietnamese
contrastive-learning
sentence-embedding
natural-language-inference
low-resource
nlu
Model card Files Files and versions
xet
Community
7

Instructions to use huynhtin/ViCLSR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use huynhtin/ViCLSR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="huynhtin/ViCLSR")
    # Load model directly
    from transformers import AutoTokenizer, XLMRobertaForCL
    
    tokenizer = AutoTokenizer.from_pretrained("huynhtin/ViCLSR")
    model = XLMRobertaForCL.from_pretrained("huynhtin/ViCLSR")
  • Notebooks
  • Google Colab
  • Kaggle
ViCLSR
6.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
huynhtin's picture
huynhtin
Upload README.md with huggingface_hub
836e7aa verified about 4 hours ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    6.95 kB
    Upload README.md with huggingface_hub about 4 hours ago
  • config.json
    706 Bytes
    Upload model from Google Drive 8 months ago
  • optimizer.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    4.48 GB
    xet
    Upload model from Google Drive 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    2.24 GB
    xet
    Upload model from Google Drive 8 months ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    627 Bytes
    xet
    Upload model from Google Drive 8 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload model from Google Drive 8 months ago
  • special_tokens_map.json
    150 Bytes
    Upload model from Google Drive 8 months ago
  • tokenizer_config.json
    230 Bytes
    Upload model from Google Drive 8 months ago
  • train_results.txt
    70 Bytes
    Upload model from Google Drive 8 months ago
  • trainer_state.json
    717 Bytes
    Upload model from Google Drive 8 months ago