phongmt184172
commited on
Commit
•
d285a1b
1
Parent(s):
4d2468b
Upload model
Browse files- README.md +9 -0
- adapter_config.json +16 -0
- adapter_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
### Framework versions
|
7 |
+
|
8 |
+
|
9 |
+
- PEFT 0.5.0
|
adapter_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "bigscience/bloom-1b7",
|
4 |
+
"inference_mode": true,
|
5 |
+
"num_attention_heads": 16,
|
6 |
+
"num_layers": 24,
|
7 |
+
"num_transformer_submodules": 1,
|
8 |
+
"num_virtual_tokens": 8,
|
9 |
+
"peft_type": "PROMPT_TUNING",
|
10 |
+
"prompt_tuning_init": "TEXT",
|
11 |
+
"prompt_tuning_init_text": "Write code in python with below instruction ",
|
12 |
+
"revision": null,
|
13 |
+
"task_type": "CAUSAL_LM",
|
14 |
+
"token_dim": 2048,
|
15 |
+
"tokenizer_name_or_path": "bigscience/bloom-1b7"
|
16 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45bb9f4af25da762d35b012afc05e541c320c9ec4b591f9b8dfae0c4c5ab8866
|
3 |
+
size 66301
|