ScriptEdge
commited on
Commit
•
434007b
1
Parent(s):
01d4f53
Upload BloomForSequenceClassification
Browse files- config.json +44 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bigscience/bloom-560m",
|
3 |
+
"apply_residual_connection_post_layernorm": false,
|
4 |
+
"architectures": [
|
5 |
+
"BloomForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"attention_softmax_in_fp32": true,
|
9 |
+
"bias_dropout_fusion": true,
|
10 |
+
"bos_token_id": 1,
|
11 |
+
"eos_token_id": 2,
|
12 |
+
"hidden_dropout": 0.0,
|
13 |
+
"hidden_size": 1024,
|
14 |
+
"id2label": {
|
15 |
+
"0": "LABEL_0",
|
16 |
+
"1": "LABEL_1",
|
17 |
+
"2": "LABEL_2"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0,
|
22 |
+
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2
|
24 |
+
},
|
25 |
+
"layer_norm_epsilon": 1e-05,
|
26 |
+
"masked_softmax_fusion": true,
|
27 |
+
"model_type": "bloom",
|
28 |
+
"n_head": 16,
|
29 |
+
"n_inner": null,
|
30 |
+
"n_layer": 24,
|
31 |
+
"offset_alibi": 100,
|
32 |
+
"pad_token_id": 3,
|
33 |
+
"pretraining_tp": 1,
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"seq_length": 2048,
|
36 |
+
"skip_bias_add": true,
|
37 |
+
"skip_bias_add_qkv": false,
|
38 |
+
"slow_but_exact": false,
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.22.1",
|
41 |
+
"unk_token_id": 0,
|
42 |
+
"use_cache": true,
|
43 |
+
"vocab_size": 250880
|
44 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e511339f23b2c10c6c2c7c247f9eeda7639872acbe571249afb1165333a7e9d
|
3 |
+
size 2236967669
|