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

chi-vi
/
hirashiba-mt-jp-names

Translation
Transformers
Safetensors
Chinese
marian
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use chi-vi/hirashiba-mt-jp-names with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chi-vi/hirashiba-mt-jp-names 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="chi-vi/hirashiba-mt-jp-names")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("chi-vi/hirashiba-mt-jp-names")
    model = AutoModelForSeq2SeqLM.from_pretrained("chi-vi/hirashiba-mt-jp-names")
  • Notebooks
  • Google Colab
  • Kaggle
hirashiba-mt-jp-names
47.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Moleys's picture
Moleys
Upload 8 files
ef33dc3 verified over 1 year ago
  • .gitattributes
    1.61 kB
    Upload tokenizer over 1 year ago
  • README.md
    311 Bytes
    Update README.md over 1 year ago
  • config.json
    1.37 kB
    Upload 8 files over 1 year ago
  • generation_config.json
    288 Bytes
    Update generation_config.json over 1 year ago
  • model.safetensors
    46.7 MB
    xet
    Upload 8 files over 1 year ago
  • source.spm
    392 kB
    xet
    Upload tokenizer over 1 year ago
  • special_tokens_map.json
    416 Bytes
    Update special_tokens_map.json over 1 year ago
  • target.spm
    295 kB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    847 Bytes
    Upload tokenizer over 1 year ago
  • vocab.json
    315 kB
    Upload tokenizer over 1 year ago