Instructions to use lang-uk/dragoman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lang-uk/dragoman with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "lang-uk/dragoman") - Notebooks
- Google Colab
- Kaggle
Upload ggml-adapter-model.bin with huggingface_hub
Browse files- ggml-adapter-model.bin +3 -0
ggml-adapter-model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1caaa0234e4cac7b7d3b07c4772b51d72080fff7ae4c2bcff17b90e273278cc1
|
| 3 |
+
size 2721345664
|