Instructions to use AnTrc2/13Bee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AnTrc2/13Bee with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("sail/Sailor-0.5B") model = PeftModel.from_pretrained(base_model, "AnTrc2/13Bee") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- model.safetensors +3 -0
- pytorch_model.bin +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:358609d571214ce58791e1b8fb128d5a854ec1b8eda9ef23f4f6244f33a2a547
|
| 3 |
+
size 30322120
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b49b5cc59938fa6f93deb8a0584932c9602391e5ae971e7acecb3403acd172fd
|
| 3 |
+
size 30407278
|