Instructions to use RefalMachine/llm_test_unigram_saiga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RefalMachine/llm_test_unigram_saiga with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("RefalMachine/llm_test_unigram") model = PeftModel.from_pretrained(base_model, "RefalMachine/llm_test_unigram_saiga") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
0d9076d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:22ae0ac060bfed5f12c495732c9954f6f8c3485a745eca5d9092c5c07dcae0d1
size 1014831
|