phi-2-role-play
Browse files- README.md +15 -10
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -2,20 +2,13 @@
|
|
| 2 |
license: mit
|
| 3 |
library_name: peft
|
| 4 |
tags:
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
-
- qlora
|
| 8 |
-
- 4bit
|
| 9 |
- generated_from_trainer
|
| 10 |
base_model: microsoft/phi-2
|
| 11 |
model-index:
|
| 12 |
- name: phi-2-role-play
|
| 13 |
results: []
|
| 14 |
-
datasets:
|
| 15 |
-
- hieunguyenminh/roleplay
|
| 16 |
-
language:
|
| 17 |
-
- en
|
| 18 |
-
pipeline_tag: text-generation
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -25,6 +18,19 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 25 |
|
| 26 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an unknown dataset.
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
### Training hyperparameters
|
| 30 |
|
|
@@ -40,7 +46,6 @@ The following hyperparameters were used during training:
|
|
| 40 |
### Training results
|
| 41 |
|
| 42 |
|
| 43 |
-

|
| 44 |
|
| 45 |
### Framework versions
|
| 46 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
library_name: peft
|
| 4 |
tags:
|
| 5 |
+
- trl
|
| 6 |
+
- sft
|
|
|
|
|
|
|
| 7 |
- generated_from_trainer
|
| 8 |
base_model: microsoft/phi-2
|
| 9 |
model-index:
|
| 10 |
- name: phi-2-role-play
|
| 11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an unknown dataset.
|
| 20 |
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
|
| 35 |
### Training hyperparameters
|
| 36 |
|
|
|
|
| 46 |
### Training results
|
| 47 |
|
| 48 |
|
|
|
|
| 49 |
|
| 50 |
### Framework versions
|
| 51 |
|
adapter_config.json
CHANGED
|
@@ -20,10 +20,10 @@
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"q_proj",
|
| 23 |
-
"dense",
|
| 24 |
-
"k_proj",
|
| 25 |
-
"fc2",
|
| 26 |
"fc1",
|
|
|
|
|
|
|
|
|
|
| 27 |
"v_proj"
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM"
|
|
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"q_proj",
|
|
|
|
|
|
|
|
|
|
| 23 |
"fc1",
|
| 24 |
+
"fc2",
|
| 25 |
+
"k_proj",
|
| 26 |
+
"dense",
|
| 27 |
"v_proj"
|
| 28 |
],
|
| 29 |
"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 94422368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f0a3e64a887a9284205805330e599889b80bb04fc0aae324299517e3bbc2d17
|
| 3 |
size 94422368
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4283
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9588de2751d9aca43eae46f1f3fd2bd2dd5fd892a6ef96bc5733a205b04a0519
|
| 3 |
size 4283
|