Instructions to use Subject-Emu-5259/NeuralAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Subject-Emu-5259/NeuralAI with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -4,8 +4,8 @@ library_name: transformers
|
|
| 4 |
model_name: NeuralAI
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- dpo
|
| 8 |
- trl
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 4 |
model_name: NeuralAI
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
+
- dpo
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
adapter_config.json
CHANGED
|
@@ -25,13 +25,13 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 28 |
"down_proj",
|
|
|
|
| 29 |
"gate_proj",
|
| 30 |
-
"
|
| 31 |
-
"up_proj",
|
| 32 |
-
"q_proj",
|
| 33 |
-
"v_proj",
|
| 34 |
-
"o_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
"down_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
"gate_proj",
|
| 34 |
+
"q_proj"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 34793120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6818cdc2ea45e4ae7eaf1ead1c119147610e13392b3df2f540ca8997e1ba93e
|
| 3 |
size 34793120
|
training_args.bin
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:a0ad16c1312b7e1c7d0b0996ce235aab938b5009a0cc968dac4b26c52a886411
|
| 3 |
+
size 6865
|