ammartahircs commited on
Commit
34a4bac
1 Parent(s): 77dd73c

Config.json changed

Browse files
Files changed (1) hide show
  1. config.json +10 -12
config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "architectures": [
3
- "RobertaForTokenClassification"
4
- ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "eos_token_id": 2,
@@ -17,10 +15,10 @@
17
  "4": "I-Year",
18
  "5": "B-Calendar-Interval",
19
  "6": "I-Calendar-Interval",
20
- "7": "B-Month-Of-Year",
21
- "8": "I-Month-Of-Year",
22
- "9": "B-Day-Of-Month",
23
- "10": "I-Day-Of-Month",
24
  "11": "B-Day-Of-Week",
25
  "12": "I-Day-Of-Week",
26
  "13": "B-Hour-Of-Day",
@@ -84,7 +82,7 @@
84
  "B-Before": 51,
85
  "B-Between": 55,
86
  "B-Calendar-Interval": 5,
87
- "B-Day-Of-Month": 9,
88
  "B-Day-Of-Week": 11,
89
  "B-Difference": 37,
90
  "B-Every-Nth": 43,
@@ -94,7 +92,7 @@
94
  "B-Last": 47,
95
  "B-Minute-Of-Hour": 15,
96
  "B-Modifier": 63,
97
- "B-Month-Of-Year": 7,
98
  "B-Next": 49,
99
  "B-NthFromEnd": 59,
100
  "B-NthFromStart": 57,
@@ -116,7 +114,7 @@
116
  "I-Before": 52,
117
  "I-Between": 56,
118
  "I-Calendar-Interval": 6,
119
- "I-Day-Of-Month": 10,
120
  "I-Day-Of-Week": 12,
121
  "I-Difference": 38,
122
  "I-Every-Nth": 44,
@@ -126,7 +124,7 @@
126
  "I-Last": 48,
127
  "I-Minute-Of-Hour": 16,
128
  "I-Modifier": 64,
129
- "I-Month-Of-Year": 8,
130
  "I-Next": 50,
131
  "I-NthFromEnd": 60,
132
  "I-NthFromStart": 58,
@@ -145,7 +143,7 @@
145
  "I-Year": 4,
146
  "O": 0
147
  },
148
- "layer_norm_eps": 1e-05,
149
  "max_position_embeddings": 514,
150
  "model_type": "roberta",
151
  "num_attention_heads": 12,
 
1
  {
2
+ "architectures": ["RobertaForTokenClassification"],
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "bos_token_id": 0,
5
  "eos_token_id": 2,
 
15
  "4": "I-Year",
16
  "5": "B-Calendar-Interval",
17
  "6": "I-Calendar-Interval",
18
+ "7": "B-Month",
19
+ "8": "I-Month",
20
+ "9": "B-Day",
21
+ "10": "I-Day",
22
  "11": "B-Day-Of-Week",
23
  "12": "I-Day-Of-Week",
24
  "13": "B-Hour-Of-Day",
 
82
  "B-Before": 51,
83
  "B-Between": 55,
84
  "B-Calendar-Interval": 5,
85
+ "B-Day": 9,
86
  "B-Day-Of-Week": 11,
87
  "B-Difference": 37,
88
  "B-Every-Nth": 43,
 
92
  "B-Last": 47,
93
  "B-Minute-Of-Hour": 15,
94
  "B-Modifier": 63,
95
+ "B-Month": 7,
96
  "B-Next": 49,
97
  "B-NthFromEnd": 59,
98
  "B-NthFromStart": 57,
 
114
  "I-Before": 52,
115
  "I-Between": 56,
116
  "I-Calendar-Interval": 6,
117
+ "I-Day": 10,
118
  "I-Day-Of-Week": 12,
119
  "I-Difference": 38,
120
  "I-Every-Nth": 44,
 
124
  "I-Last": 48,
125
  "I-Minute-Of-Hour": 16,
126
  "I-Modifier": 64,
127
+ "I-Month": 8,
128
  "I-Next": 50,
129
  "I-NthFromEnd": 60,
130
  "I-NthFromStart": 58,
 
143
  "I-Year": 4,
144
  "O": 0
145
  },
146
+ "layer_norm_eps": 1e-5,
147
  "max_position_embeddings": 514,
148
  "model_type": "roberta",
149
  "num_attention_heads": 12,