Instructions to use lxz8798/xiaoxiaozhu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lxz8798/xiaoxiaozhu with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "lxz8798/xiaoxiaozhu") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer.json
Browse files- .gitattributes +1 -0
- tokenizer.json +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb9bbe0bd2f0fb3dcaea66a16a10c73cd3b5a27e50841ca31efacf7e71319da5
|
| 3 |
+
size 11418544
|