Instructions to use fabras/fine_tuned_tinyllama_pdf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fabras/fine_tuned_tinyllama_pdf with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "fabras/fine_tuned_tinyllama_pdf") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9022864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59376a0af658c0112a275e42267bc31774e8878d91acb9b3d081f4933c1c222b
|
| 3 |
size 9022864
|