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
/
bangla-llama-4bit

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="asif00/bangla-llama-4bit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("asif00/bangla-llama-4bit")
    model = AutoModelForCausalLM.from_pretrained("asif00/bangla-llama-4bit")
  • Notebooks
  • Google Colab
  • Kaggle
bangla-llama-4bit
5.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
asif00's picture
asif00
Update README.md
41a3e10 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.62 kB
    Update README.md about 2 years ago
  • config.json
    1.14 kB
    Trained with Unsloth about 2 years ago
  • generation_config.json
    172 Bytes
    Trained with Unsloth about 2 years ago
  • model-00001-of-00002.safetensors
    4.65 GB
    xet
    Trained with Unsloth about 2 years ago
  • model-00002-of-00002.safetensors
    1.05 GB
    xet
    Trained with Unsloth about 2 years ago
  • model.safetensors.index.json
    132 kB
    Trained with Unsloth about 2 years ago
  • special_tokens_map.json
    464 Bytes
    Trained with Unsloth about 2 years ago
  • tokenizer.json
    9.09 MB
    Trained with Unsloth about 2 years ago
  • tokenizer_config.json
    50.6 kB
    Trained with Unsloth about 2 years ago