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

Vincent-HKUSTGZ
/
model_fusion_bpe

Transformers
mbart
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use Vincent-HKUSTGZ/model_fusion_bpe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Vincent-HKUSTGZ/model_fusion_bpe with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Vincent-HKUSTGZ/model_fusion_bpe")
    model = AutoModelForSeq2SeqLM.from_pretrained("Vincent-HKUSTGZ/model_fusion_bpe")
  • Notebooks
  • Google Colab
  • Kaggle
model_fusion_bpe
982 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
sunzhen
Upload sentencepiece.bpe.model
96482cc over 3 years ago
  • special_tokens_map.json
    150 Bytes
    Create special_tokens_map.json over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    27 Bytes
    initial commit over 3 years ago
  • config.json
    1.36 kB
    Create config.json over 3 years ago
  • sentencepiece.bpe.model
    979 kB
    xet
    Upload sentencepiece.bpe.model over 3 years ago
  • tokenizer_config.json
    402 Bytes
    Create tokenizer_config.json over 3 years ago