Instructions to use samaxr/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use samaxr/model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "samaxr/model") - Notebooks
- Google Colab
- Kaggle
ammar commited on
Training in progress, step 60
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 134235048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:808a2bbe7a4c89c596d0e0436fa13aea602a9ff5932fd1c9078920600313a48d
|
| 3 |
size 134235048
|
runs/Mar11_10-04-04_2397e77b176a/events.out.tfevents.1710151445.2397e77b176a.230.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a77415e02aa50e2b44974210f991a1c970998a164e4b7df0082c27c1f0c78c9e
|
| 3 |
+
size 17602
|