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

nhanpv
/
vi-en-bert

Feature Extraction
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use nhanpv/vi-en-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nhanpv/vi-en-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="nhanpv/vi-en-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("nhanpv/vi-en-bert")
    model = AutoModel.from_pretrained("nhanpv/vi-en-bert")
  • Notebooks
  • Google Colab
  • Kaggle
vi-en-bert
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nhanpv's picture
nhanpv
Upload folder using huggingface_hub
b3e3a93 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • added_tokens.json
    409 kB
    Upload folder using huggingface_hub about 2 years ago
  • bpe.codes
    1.14 MB
    Upload folder using huggingface_hub about 2 years ago
  • config.json
    716 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    602 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • special_tokens_map.json
    167 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer_config.json
    3.51 MB
    Upload folder using huggingface_hub about 2 years ago
  • vocab.txt
    895 kB
    Upload folder using huggingface_hub about 2 years ago