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

umarigan
/
llama-3.1-openhermes-tr

Question Answering
Transformers
Safetensors
English
Turkish
llama
text-generation
text-generation-inference
unsloth
trl
sft
Model card Files Files and versions
xet
Community
1

Instructions to use umarigan/llama-3.1-openhermes-tr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use umarigan/llama-3.1-openhermes-tr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="umarigan/llama-3.1-openhermes-tr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("umarigan/llama-3.1-openhermes-tr")
    model = AutoModelForCausalLM.from_pretrained("umarigan/llama-3.1-openhermes-tr")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use umarigan/llama-3.1-openhermes-tr 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 umarigan/llama-3.1-openhermes-tr 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 umarigan/llama-3.1-openhermes-tr to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for umarigan/llama-3.1-openhermes-tr to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="umarigan/llama-3.1-openhermes-tr",
        max_seq_length=2048,
    )
llama-3.1-openhermes-tr
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
umarigan's picture
umarigan
Update README.md
ce20413 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.85 kB
    Update README.md over 1 year ago
  • config.json
    935 Bytes
    Trained with Unsloth almost 2 years ago
  • generation_config.json
    180 Bytes
    Trained with Unsloth almost 2 years ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model-00004-of-00004.safetensors
    1.17 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model.safetensors.index.json
    24 kB
    Trained with Unsloth about 2 years ago
  • special_tokens_map.json
    459 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    9.08 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    50.6 kB
    Upload tokenizer almost 2 years ago