system HF staff commited on
Commit
a8e15b7
1 Parent(s): ede87e1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +51 -53
config.json CHANGED
@@ -1,55 +1,53 @@
1
  {
2
- "architectures": [
3
- "RobertaForTokenClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "bos_token_id": 0,
7
- "do_sample": false,
8
- "eos_token_ids": 0,
9
- "finetuning_task": null,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "id2label": {
14
- "0": "O",
15
- "1": "NOUN",
16
- "2": "ADJ",
17
- "3": "ADV",
18
- "4": "VERB",
19
- "5": "PRON"
20
- },
21
- "initializer_range": 0.02,
22
- "intermediate_size": 3072,
23
- "is_decoder": false,
24
- "label2id": {
25
- "O": 0,
26
- "NOUN": 1,
27
- "ADJ": 2,
28
- "ADV": 3,
29
- "VERB": 4,
30
- "PRON": 5
31
- },
32
- "layer_norm_eps": 1e-05,
33
- "length_penalty": 1.0,
34
- "max_length": 20,
35
- "max_position_embeddings": 514,
36
- "model_type": "roberta",
37
- "num_attention_heads": 12,
38
- "num_beams": 1,
39
- "num_hidden_layers": 6,
40
- "num_labels": 6,
41
- "num_return_sequences": 1,
42
- "output_attentions": false,
43
- "output_hidden_states": false,
44
- "output_past": true,
45
- "pad_token_id": 0,
46
- "pruned_heads": {},
47
- "repetition_penalty": 1.0,
48
- "temperature": 1.0,
49
- "top_k": 50,
50
- "top_p": 1.0,
51
- "torchscript": false,
52
- "type_vocab_size": 1,
53
- "use_bfloat16": false,
54
- "vocab_size": 52000
55
  }
 
1
  {
2
+ "architectures": [
3
+ "RobertaForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "do_sample": false,
8
+ "finetuning_task": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "NOUN",
15
+ "2": "ADJ",
16
+ "3": "ADV",
17
+ "4": "VERB",
18
+ "5": "PRON"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "is_decoder": false,
23
+ "label2id": {
24
+ "ADJ": 2,
25
+ "ADV": 3,
26
+ "NOUN": 1,
27
+ "O": 0,
28
+ "PRON": 5,
29
+ "VERB": 4
30
+ },
31
+ "layer_norm_eps": 1e-05,
32
+ "length_penalty": 1.0,
33
+ "max_length": 20,
34
+ "max_position_embeddings": 514,
35
+ "model_type": "roberta",
36
+ "num_attention_heads": 12,
37
+ "num_beams": 1,
38
+ "num_hidden_layers": 6,
39
+ "num_labels": 6,
40
+ "num_return_sequences": 1,
41
+ "output_attentions": false,
42
+ "output_hidden_states": false,
43
+ "output_past": true,
44
+ "pruned_heads": {},
45
+ "repetition_penalty": 1.0,
46
+ "temperature": 1.0,
47
+ "top_k": 50,
48
+ "top_p": 1.0,
49
+ "torchscript": false,
50
+ "type_vocab_size": 1,
51
+ "use_bfloat16": false,
52
+ "vocab_size": 52000
 
 
53
  }