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

ZurichNLP
/
mlit-leo-7b-ml2

PEFT
Model card Files Files and versions
xet
Community

Instructions to use ZurichNLP/mlit-leo-7b-ml2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ZurichNLP/mlit-leo-7b-ml2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("LeoLM/leo-hessianai-7b")
    model = PeftModel.from_pretrained(base_model, "ZurichNLP/mlit-leo-7b-ml2")
  • Notebooks
  • Google Colab
  • Kaggle
mlit-leo-7b-ml2
642 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tannonk's picture
tannonk
finetuned leo
6f2c3a1 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    88 Bytes
    finetuned leo almost 2 years ago
  • adapter_config.json
    522 Bytes
    finetuned leo almost 2 years ago
  • adapter_model.bin
    640 MB
    xet
    finetuned leo almost 2 years ago
  • added_tokens.json
    42 Bytes
    finetuned leo almost 2 years ago
  • special_tokens_map.json
    95 Bytes
    finetuned leo almost 2 years ago
  • tokenizer.json
    1.84 MB
    finetuned leo almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    finetuned leo almost 2 years ago
  • tokenizer_config.json
    945 Bytes
    finetuned leo almost 2 years ago