arxyzan commited on
Commit
f81cc80
1 Parent(s): a2e25e9

Upload config with huggingface_hub

Browse files
Files changed (1) hide show
  1. config +31 -0
config ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: distilbert_text_classification
2
+ file_name: config.yaml
3
+ task: text_classification
4
+ num_labels: 10
5
+ id2label:
6
+ 0: LABEL_0
7
+ 1: LABEL_1
8
+ 2: LABEL_2
9
+ 3: LABEL_3
10
+ 4: LABEL_4
11
+ 5: LABEL_5
12
+ 6: LABEL_6
13
+ 7: LABEL_7
14
+ 8: LABEL_8
15
+ 9: LABEL_9
16
+ activation: gelu
17
+ attention_dropout: 0.1
18
+ dim: 768
19
+ dropout: 0.1
20
+ hidden_dim: 3072
21
+ initializer_range: 0.02
22
+ max_position_embeddings: 512
23
+ model_type: distilbert
24
+ n_heads: 12
25
+ n_layers: 6
26
+ output_past: true
27
+ pad_token_id: 0
28
+ qa_dropout: 0.1
29
+ tie_weights_: true
30
+ vocab_size: 42000
31
+ filename: /home/aryan/.hezar/models/distilbert-fa-sentiment-v1/config_1.yaml