Instructions to use HongxuanLi/test_chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HongxuanLi/test_chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "HongxuanLi/test_chatbot") - Notebooks
- Google Colab
- Kaggle
Your Name commited on
Commit ·
068f7a2
1
Parent(s): 17f7d75
4800_steps
Browse files- adapter_model.safetensors +1 -1
- optimizer.pt +1 -1
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- trainer_state.json +0 -0
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7323139a87eb2f102155252ca04c172f2803546d5ccd15caa2f91397fbcc8bd5
|
| 3 |
size 167832240
|
optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 84571156
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89eeca847a57f3273aa0214a11b70bc63d870a90a2e6d1817692dfdad5f7e5f5
|
| 3 |
size 84571156
|
rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a7f28138d1652c15b45cf15c1d2bbe44d60bed83fa4ce575eab4bb7e0d38ec9
|
| 3 |
size 14244
|
scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e7eecb70a7a13ca51eb78cd5da9cd41aafc73aaadf3ba164e147fcbce57c713
|
| 3 |
size 1064
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|