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

Zack-Z
/
qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1

Feature Extraction
Transformers
English
qwen3
text-generation-inference
unsloth
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Zack-Z/qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Zack-Z/qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Zack-Z/qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Zack-Z/qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1")
    model = AutoModel.from_pretrained("Zack-Z/qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
qwen3_8bi_cotft_rs0_1_2epo_cot_llm_1
2.07 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Zack-Z's picture
Zack-Z
Unsloth Model Card
85df72d verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    555 Bytes
    Unsloth Model Card 8 months ago