Upload 3 files
Browse files- README.md +4 -2
- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: microsoft/phi-2
|
3 |
library_name: peft
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -81,7 +81,7 @@ Use the code below to get started with the model.
|
|
81 |
|
82 |
[More Information Needed]
|
83 |
|
84 |
-
### Training Procedure
|
85 |
|
86 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
|
@@ -197,6 +197,8 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
197 |
## Model Card Contact
|
198 |
|
199 |
[More Information Needed]
|
|
|
|
|
200 |
### Framework versions
|
201 |
|
202 |
- PEFT 0.11.1
|
|
|
1 |
---
|
|
|
2 |
library_name: peft
|
3 |
+
base_model: microsoft/phi-2
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
81 |
|
82 |
[More Information Needed]
|
83 |
|
84 |
+
### Training Procedure
|
85 |
|
86 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
|
|
|
197 |
## Model Card Contact
|
198 |
|
199 |
[More Information Needed]
|
200 |
+
|
201 |
+
|
202 |
### Framework versions
|
203 |
|
204 |
- PEFT 0.11.1
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
|
|
24 |
"q_proj",
|
25 |
"fc2",
|
26 |
-
"
|
27 |
-
"v_proj",
|
28 |
-
"dense"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"dense",
|
25 |
+
"k_proj",
|
26 |
"q_proj",
|
27 |
"fc2",
|
28 |
+
"fc1"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
adapter_model.safetensors
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:17b18e721c91d8352de9f08f95e87408fd041047806462da1a816a7cebd1ae29
|
3 |
+
size 62939240
|