Instructions to use yleo/monacan-translator-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yleo/monacan-translator-test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mlabonne/NeuralMonarch-7B") model = PeftModel.from_pretrained(base_model, "yleo/monacan-translator-test") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ad85b04 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4932811c7b32f17362aceb2f3cf575d6c2fdd81b01ab9d3f473734bf95c94da4
size 4728
|