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

Teapack1
/
tiny-llama-1.1b-czech

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

Instructions to use Teapack1/tiny-llama-1.1b-czech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Teapack1/tiny-llama-1.1b-czech with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T")
    model = PeftModel.from_pretrained(base_model, "Teapack1/tiny-llama-1.1b-czech")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-llama-1.1b-czech / runs
24.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Teapack1's picture
Teapack1
Training in progress, epoch 0
db1a1cd verified over 2 years ago
  • Jan29_16-37-27_44115b222484
    Training in progress, epoch 0 over 2 years ago
  • Jan29_16-41-36_44115b222484
    Training in progress, epoch 0 over 2 years ago
  • Jan29_19-41-29_564e433efc4d
    Training in progress, epoch 0 over 2 years ago