Instructions to use MRNH/llama-2-13b-GEC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MRNH/llama-2-13b-GEC with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("daryl149/llama-2-13b-chat-hf") model = PeftModel.from_pretrained(base_model, "MRNH/llama-2-13b-GEC") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with huggingface_hub
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d22098d8e7c46cebc38c4616f4c8d9bddcb73b4effda3c3217d50b4c47dbd0d0
|
| 3 |
+
size 26031961305
|