Instructions to use Dumele/viv-updated2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dumele/viv-updated2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ") model = PeftModel.from_pretrained(base_model, "Dumele/viv-updated2") - Notebooks
- Google Colab
- Kaggle
File size: 137 Bytes
6f0d6e2 | 1 2 3 4 5 6 7 8 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 2,
"transformers_version": "4.42.0.dev0"
}
|