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

tiararodney
/
EuroLLM-9B-Teletype

Text Generation
PEFT
Safetensors
GGUF
lora
eurollm
multilingual
agent
posix
shell
self-directed
sek
experimental
conversational
Model card Files Files and versions
xet
Community

Instructions to use tiararodney/EuroLLM-9B-Teletype with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use tiararodney/EuroLLM-9B-Teletype with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("utter-project/EuroLLM-9B-Instruct")
    model = PeftModel.from_pretrained(base_model, "tiararodney/EuroLLM-9B-Teletype")
  • Notebooks
  • Google Colab
  • Kaggle
EuroLLM-9B-Teletype / training
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Tiara Rodney
release(2.0.0): base-template retrain on posix-sdc v2.0.0
ad4a0fd unverified 11 days ago
  • eval.log
    7.06 kB
    release(2.0.0): base-template retrain on posix-sdc v2.0.0 11 days ago
  • gen_v2_verify_scaffold.py
    3.75 kB
    test(3): verify-then-exit corpus is a negative result; v1.1.0 stays champion 13 days ago
  • log_history.jsonl
    54.3 kB
    release(2.0.0): base-template retrain on posix-sdc v2.0.0 11 days ago
  • retrain_mlp.py
    1.91 kB
    chore(2): add r=32 + MLP-targets retrain wrapper (capacity arm) 14 days ago