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

kiendt
/
llama3-8b-math

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kiendt/llama3-8b-math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kiendt/llama3-8b-math with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
    model = PeftModel.from_pretrained(base_model, "kiendt/llama3-8b-math")
  • Notebooks
  • Google Colab
  • Kaggle
llama3-8b-math
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
kiendt's picture
kiendt
kiendt/b
77e102a verified about 2 years ago
  • runs
    kiendt/b about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.45 kB
    kiendt/b about 2 years ago
  • adapter_config.json
    729 Bytes
    kiendt/b about 2 years ago
  • adapter_model.safetensors
    168 MB
    LFS
    kiendt/b about 2 years ago
  • training_args.bin
    4.98 kB
    LFS
    kiendt/b about 2 years ago