File size: 1,589 Bytes
e844342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "_name_or_path": "ArGTClass",
  "apply_residual_connection_post_layernorm": false,
  "architectures": [
    "BloomForSequenceClassification"
  ],
  "attention_dropout": 0.0,
  "attention_softmax_in_fp32": true,
  "bias_dropout_fusion": true,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "hidden_dropout": 0.0,
  "hidden_size": 4096,
  "id2label": {
    "0": "Religion",
    "1": "Finance-and-Economy",
    "2": "Politics",
    "3": "Medical",
    "4": "Culture",
    "5": "Sports",
    "6": "Science-and-Technology",
    "7": "Anthropology-and-Sociology",
    "8": "Art-and-Literature",
    "9": "Education",
    "10": "History",
    "11": "Law",
    "12": "Language-and-Linguistics",
    "13": "Philosophy"
  },
  "initializer_range": 0.02,
  "label2id": {
    "Anthropology-and-Sociology": 7,
    "Art-and-Literature": 8,
    "Culture": 4,
    "Education": 9,
    "History": 10,
    "Language-and-Linguistics": 12,
    "Law": 11,
    "Medical": 3,
    "Philosophy": 13,
    "Politics": 2,
    "Religion": 0,
    "Sports": 5,
    "Finance-and-Economy": 1,
    "Science-and-Technology": 6
  },
  "layer_norm_epsilon": 1e-05,
  "masked_softmax_fusion": true,
  "model_type": "bloom",
  "n_head": 32,
  "n_inner": null,
  "n_layer": 30,
  "offset_alibi": 100,
  "pad_token_id": 3,
  "pretraining_tp": 4,
  "problem_type": "single_label_classification",
  "seq_length": 2048,
  "skip_bias_add": true,
  "skip_bias_add_qkv": false,
  "slow_but_exact": false,
  "torch_dtype": "float32",
  "transformers_version": "4.31.0",
  "unk_token_id": 0,
  "use_cache": true,
  "vocab_size": 250880
}