Instructions to use jiya2/sft-tiny-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jiya2/sft-tiny-chatbot 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, "jiya2/sft-tiny-chatbot") - Notebooks
- Google Colab
- Kaggle
Model save
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:c6334dc484c250f8f9b07b69ac567bcc4558ba390b6ed3c1aa85b0a8330c1852
|
| 3 |
size 9022864
|
runs/Oct06_06-23-26_e6942c10a841/events.out.tfevents.1728195808.e6942c10a841.711.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59b18d80552bfcbd98d76d412ceb6ba1791d8394a1480060e199a7ab2bf1b179
|
| 3 |
+
size 6528
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d6e4c43bcc85d60430f78cda8f472a6074d35c720777995651c7ac937c77fd7
|
| 3 |
size 5432
|