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

asif00
/
mistral-bangla-4bit

Question Answering
Transformers
Safetensors
Bengali
mistral
text-generation
text-generation-inference
trl
sft
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community
1

Instructions to use asif00/mistral-bangla-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use asif00/mistral-bangla-4bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="asif00/mistral-bangla-4bit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("asif00/mistral-bangla-4bit")
    model = AutoModelForCausalLM.from_pretrained("asif00/mistral-bangla-4bit")
  • Notebooks
  • Google Colab
  • Kaggle
mistral-bangla-4bit
4.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
asif00's picture
asif00
Update README.md
008a681 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.89 kB
    Update README.md about 2 years ago
  • config.json
    1.09 kB
    Trained with Unsloth about 2 years ago
  • generation_config.json
    111 Bytes
    Trained with Unsloth about 2 years ago
  • model.safetensors
    4.14 GB
    xet
    Trained with Unsloth about 2 years ago
  • special_tokens_map.json
    560 Bytes
    Trained with Unsloth about 2 years ago
  • tokenizer.json
    1.96 MB
    Trained with Unsloth about 2 years ago
  • tokenizer.model
    587 kB
    xet
    Trained with Unsloth about 2 years ago
  • tokenizer_config.json
    137 kB
    Trained with Unsloth about 2 years ago