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

NtDNlp
/
sentence-embedding-vietnamese

Feature Extraction
Transformers
PyTorch
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use NtDNlp/sentence-embedding-vietnamese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NtDNlp/sentence-embedding-vietnamese with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="NtDNlp/sentence-embedding-vietnamese")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("NtDNlp/sentence-embedding-vietnamese")
    model = AutoModel.from_pretrained("NtDNlp/sentence-embedding-vietnamese")
  • Notebooks
  • Google Colab
  • Kaggle
sentence-embedding-vietnamese
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
NtDNlp's picture
NtDNlp
resolve conflict readme
d7500f8 almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    351 Bytes
    resolve conflict readme almost 5 years ago
  • config.json
    677 Bytes
    sentence-initial almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    sentence-initial almost 5 years ago
  • sentence_bert_config.json
    53 Bytes
    sentence-initial almost 5 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    sentence-initial almost 5 years ago
  • special_tokens_map.json
    239 Bytes
    sentence-initial almost 5 years ago
  • tokenizer_config.json
    356 Bytes
    sentence-initial almost 5 years ago