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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

billingsmoore
/
prototype-tibetan-to-english-translation-v1

Translation
Transformers
Safetensors
Tibetan
English
t5
text2text-generation
tibetan
english
nlp
buddhism
dharma
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use billingsmoore/prototype-tibetan-to-english-translation-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use billingsmoore/prototype-tibetan-to-english-translation-v1 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="billingsmoore/prototype-tibetan-to-english-translation-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("billingsmoore/prototype-tibetan-to-english-translation-v1")
    model = AutoModelForSeq2SeqLM.from_pretrained("billingsmoore/prototype-tibetan-to-english-translation-v1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
prototype-tibetan-to-english-translation-v1
2.95 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
billingsmoore's picture
billingsmoore
Update README.md
0939fa8 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    6.81 kB
    Update README.md about 1 year ago
  • config.json
    1.27 kB
    Update config.json almost 2 years ago
  • generation_config.json
    112 Bytes
    Upload T5ForConditionalGeneration almost 2 years ago
  • model.safetensors
    2.95 GB
    xet
    Upload T5ForConditionalGeneration almost 2 years ago
  • special_tokens_map.json
    2.54 kB
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    2.45 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    45.6 kB
    Upload tokenizer almost 2 years ago