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

huihui-ai
/
Huihui-Hunyuan-MT-Chimera-7B-abliterated

Translation
Transformers
Safetensors
hunyuan_v1_dense
text-generation
abliterated
uncensored
Model card Files Files and versions
xet
Community
1

Instructions to use huihui-ai/Huihui-Hunyuan-MT-Chimera-7B-abliterated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use huihui-ai/Huihui-Hunyuan-MT-Chimera-7B-abliterated 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="huihui-ai/Huihui-Hunyuan-MT-Chimera-7B-abliterated")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("huihui-ai/Huihui-Hunyuan-MT-Chimera-7B-abliterated")
    model = AutoModelForCausalLM.from_pretrained("huihui-ai/Huihui-Hunyuan-MT-Chimera-7B-abliterated", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Huihui-Hunyuan-MT-Chimera-7B-abliterated
15 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
huihui-ai's picture
huihui-ai
Update README.md
aae7cde verified about 1 year ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool about 1 year ago
  • README.md
    9.86 kB
    Update README.md about 1 year ago
  • chat_template.jinja
    662 Bytes
    Add files using upload-large-folder tool about 1 year ago
  • config.json
    1.4 kB
    Add files using upload-large-folder tool about 1 year ago
  • generation_config.json
    205 Bytes
    Add files using upload-large-folder tool about 1 year ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • model-00004-of-00004.safetensors
    117 MB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • model.safetensors.index.json
    30.1 kB
    Add files using upload-large-folder tool about 1 year ago
  • special_tokens_map.json
    454 Bytes
    Add files using upload-large-folder tool about 1 year ago
  • tokenizer.json
    16.4 MB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • tokenizer_config.json
    892 Bytes
    Add files using upload-large-folder tool about 1 year ago