Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Kr08
/
mamba

PEFT
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use Kr08/mamba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Kr08/mamba with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("state-spaces/mamba-370m-hf")
    model = PeftModel.from_pretrained(base_model, "Kr08/mamba")
  • Notebooks
  • Google Colab
  • Kaggle
mamba
19.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Kr08's picture
Kr08
Update README.md
65faace verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.11 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    684 Bytes
    End of training almost 2 years ago
  • adapter_model.safetensors
    17.6 MB
    xet
    End of training almost 2 years ago
  • special_tokens_map.json
    587 Bytes
    Kr08/mamba-370m-ft-quotes-Abirate-english_quotes almost 2 years ago
  • tokenizer.json
    2.11 MB
    Kr08/mamba-370m-ft-quotes-Abirate-english_quotes almost 2 years ago
  • tokenizer_config.json
    4.95 kB
    Kr08/mamba-370m-ft-quotes-Abirate-english_quotes almost 2 years ago
  • training_args.bin
    5.3 kB
    xet
    End of training almost 2 years ago