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

b1n1yam
/
amharic-llama-7b-cpt

Transformers
Safetensors
English
text-generation-inference
unsloth
llama
trl
Model card Files Files and versions
xet
Community

Instructions to use b1n1yam/amharic-llama-7b-cpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use b1n1yam/amharic-llama-7b-cpt with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("b1n1yam/amharic-llama-7b-cpt", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use b1n1yam/amharic-llama-7b-cpt with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for b1n1yam/amharic-llama-7b-cpt to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for b1n1yam/amharic-llama-7b-cpt to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for b1n1yam/amharic-llama-7b-cpt to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="b1n1yam/amharic-llama-7b-cpt",
        max_seq_length=2048,
    )
amharic-llama-7b-cpt
5.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
b1n1yam's picture
b1n1yam
CPT training complete - 100.0% of data (Trained with Unsloth)
30787ec verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    574 Bytes
    Upload README.md with huggingface_hub 10 months ago
  • adapter_config.json
    1.03 kB
    CPT training complete - 100.0% of data (Trained with Unsloth) 10 months ago
  • adapter_model.safetensors
    5.46 GB
    xet
    CPT training complete - 100.0% of data (Trained with Unsloth) 10 months ago
  • added_tokens.json
    476 kB
    Upload tokenizer 10 months ago
  • special_tokens_map.json
    552 Bytes
    Upload tokenizer 10 months ago
  • tokenizer.json
    7.19 MB
    Upload tokenizer 10 months ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    3.38 MB
    Upload tokenizer 10 months ago