kingabzpro
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,20 @@
|
|
2 |
license: mit
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
-
-
|
6 |
-
-
|
|
|
|
|
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 +25,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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,6 +40,7 @@ The following hyperparameters were used during training:
|
|
46 |
### Training results
|
47 |
|
48 |
|
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
|
|
2 |
license: mit
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- pretrained
|
6 |
+
- lora
|
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 |
|
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 |
### Training results
|
41 |
|
42 |
|
43 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/603945d6db430f160dced222/dfhsIkKOXAz7xBSWyfRqa.png)
|
44 |
|
45 |
### Framework versions
|
46 |
|