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 80
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:0b399c8bab3287369beeb9113246b81ea7c89ce3641bbff80dcfc2dfcbb6a1c8
|
| 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:a299eca241fd94b225040af391dc0d118414cf08fb0d9b05f9ef2c42c04ed746
|
| 3 |
+
size 21742
|