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

isbondarev
/
Hunyuan-7B-Instruct-test-adv

Feature Extraction
Transformers
Safetensors
hunyuan
llama-factory
custom_code
Model card Files Files and versions
xet
Community

Instructions to use isbondarev/Hunyuan-7B-Instruct-test-adv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use isbondarev/Hunyuan-7B-Instruct-test-adv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="isbondarev/Hunyuan-7B-Instruct-test-adv", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("isbondarev/Hunyuan-7B-Instruct-test-adv", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Hunyuan-7B-Instruct-test-adv
15 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
isbondarev's picture
isbondarev
Upload tokenizer
884a73f verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.19 kB
    Upload HunYuanForCausalLM 11 months ago
  • chat_template.jinja
    766 Bytes
    Upload tokenizer 11 months ago
  • config.json
    2.48 kB
    Upload HunYuanForCausalLM 11 months ago
  • configuration_hunyuan.py
    12.3 kB
    Upload HunYuanForCausalLM 11 months ago
  • generation_config.json
    217 Bytes
    Upload HunYuanForCausalLM 11 months ago
  • hunyuan.tiktoken
    2.14 MB
    Upload tokenizer 11 months ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Upload HunYuanForCausalLM 11 months ago
  • model-00002-of-00004.safetensors
    4.88 GB
    xet
    Upload HunYuanForCausalLM 11 months ago
  • model-00003-of-00004.safetensors
    4.8 GB
    xet
    Upload HunYuanForCausalLM 11 months ago
  • model-00004-of-00004.safetensors
    352 MB
    xet
    Upload HunYuanForCausalLM 11 months ago
  • model.safetensors.index.json
    22.2 kB
    Upload HunYuanForCausalLM 11 months ago
  • modeling_hunyuan.py
    107 kB
    Upload HunYuanForCausalLM 11 months ago
  • special_tokens_map.json
    313 Bytes
    Upload tokenizer 11 months ago
  • tokenization_hy.py
    10.4 kB
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    524 Bytes
    Upload tokenizer 11 months ago