File size: 637 Bytes
522b8bc |
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 |
name: distilbert_sequence_labeling
config_type: model
task: sequence_labeling
num_labels: 23
id2label:
0: P
1: Ne
2: PRO
3: CONJ
4: 'N'
5: PUNC
6: Pe
7: ADV
8: V
9: AJ
10: AJe
11: DET
12: POSTP
13: NUM
14: DETe
15: NUMe
16: PROe
17: ADVe
18: RES
19: CL
20: INT
21: CONJe
22: RESe
activation: gelu
attention_dropout: 0.1
dim: 768
dropout: 0.1
initializer_range: 0.02
max_position_embeddings: 512
n_heads: 12
n_layers: 6
output_past: true
pad_token_id: 0
qa_dropout: 0.1
tie_weights_: true
vocab_size: 42000
hidden_dropout_prob: 0.1
use_cache: true
prediction_skip_tokens:
- '[SEP]'
- '[CLS]'
|