distilbert-fa-pos-lscp-500k / model_config.yaml
pooya-mohammadi's picture
Hezar: Upload training files
522b8bc
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]'