Instructions to use notillus47/test-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use notillus47/test-1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("beomi/KoAlpaca-Polyglot-5.8B") model = PeftModel.from_pretrained(base_model, "notillus47/test-1") - Notebooks
- Google Colab
- Kaggle
| { | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|endoftext|>", | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<|endoftext|>", | |
| "tokenizer_class": "PreTrainedTokenizerFast" | |
| } | |