vincentmin
commited on
Commit
·
7ac626d
1
Parent(s):
d393086
rerun merge_peft_adapter.py with classification model
Browse files- config.json +7 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_name_or_path": "bigscience/bloomz-1b1",
|
3 |
"apply_residual_connection_post_layernorm": false,
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"attention_softmax_in_fp32": true,
|
@@ -11,7 +11,13 @@
|
|
11 |
"eos_token_id": 2,
|
12 |
"hidden_dropout": 0.0,
|
13 |
"hidden_size": 1536,
|
|
|
|
|
|
|
14 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
15 |
"layer_norm_epsilon": 1e-05,
|
16 |
"masked_softmax_fusion": true,
|
17 |
"model_type": "bloom",
|
|
|
2 |
"_name_or_path": "bigscience/bloomz-1b1",
|
3 |
"apply_residual_connection_post_layernorm": false,
|
4 |
"architectures": [
|
5 |
+
"BloomForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"attention_softmax_in_fp32": true,
|
|
|
11 |
"eos_token_id": 2,
|
12 |
"hidden_dropout": 0.0,
|
13 |
"hidden_size": 1536,
|
14 |
+
"id2label": {
|
15 |
+
"0": "LABEL_0"
|
16 |
+
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"label2id": {
|
19 |
+
"LABEL_0": 0
|
20 |
+
},
|
21 |
"layer_norm_epsilon": 1e-05,
|
22 |
"masked_softmax_fusion": true,
|
23 |
"model_type": "bloom",
|
pytorch_model.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:abac634665bfa8e983d9735e054988e5a9e59dcad72f26bc33b1311671c8f7c6
|
3 |
+
size 2135462181
|