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: 133 Bytes
0d9076d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5f8fc240de1f0a70001a613152d4bc11c52dfa0177198c416c97c85ac789881c
size 67201357
|