Instructions to use Chat-Error/Blind-test02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Chat-Error/Blind-test02 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "Chat-Error/Blind-test02") - Notebooks
- Google Colab
- Kaggle
nRuaif commited on
Commit ·
4bad9e8
1
Parent(s): d656403
Upload folder using huggingface_hub
Browse files- ggml-model-q4_0.bin +3 -0
- ggml-model-q5_0.bin +3 -0
ggml-model-q4_0.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8de7a8c34e28cd1a241087a4a21adfb3617161ea3503a94878def7ca270e7180
|
| 3 |
+
size 8059366976
|
ggml-model-q5_0.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d36a45e0f5b6b6052e27be4a485025a601a9cc236bcd1fe751c2e911bb30d02
|
| 3 |
+
size 9402854976
|