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

shawnw3i
/
Hunyuan-MT-7B-AWQ

Translation
Transformers
Safetensors
hunyuan_v1_dense
text-generation
compressed-tensors
Model card Files Files and versions
xet
Community

Instructions to use shawnw3i/Hunyuan-MT-7B-AWQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shawnw3i/Hunyuan-MT-7B-AWQ 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="shawnw3i/Hunyuan-MT-7B-AWQ")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("shawnw3i/Hunyuan-MT-7B-AWQ")
    model = AutoModelForCausalLM.from_pretrained("shawnw3i/Hunyuan-MT-7B-AWQ")
  • Notebooks
  • Google Colab
  • Kaggle
Hunyuan-MT-7B-AWQ
5.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
zhiqing
first commit
929b486 verified 9 months ago
  • .gitattributes
    1.57 kB
    first commit 9 months ago
  • README.md
    4.31 kB
    Create README.md 9 months ago
  • chat_template.jinja
    662 Bytes
    first commit 9 months ago
  • config.json
    2.18 kB
    first commit 9 months ago
  • generation_config.json
    217 Bytes
    first commit 9 months ago
  • model-00001-of-00002.safetensors
    4.65 GB
    xet
    first commit 9 months ago
  • model-00002-of-00002.safetensors
    1.05 GB
    xet
    first commit 9 months ago
  • model.safetensors.index.json
    70.4 kB
    first commit 9 months ago
  • recipe.yaml
    580 Bytes
    first commit 9 months ago
  • special_tokens_map.json
    431 Bytes
    first commit 9 months ago
  • tokenizer.json
    16.4 MB
    xet
    first commit 9 months ago
  • tokenizer_config.json
    37.8 kB
    first commit 9 months ago