Uwais commited on
Commit
d36181b
1 Parent(s): a4d1d04
Files changed (2) hide show
  1. config.json +42 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased-finetune-filac/checkpoint-17500/",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "analysis",
13
+ "1": "conclusion",
14
+ "2": "fact-present",
15
+ "3": "issue-present",
16
+ "4": "law",
17
+ "5": "none"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "analysis": 0,
22
+ "conclusion": 1,
23
+ "fact-present": 2,
24
+ "issue-present": 3,
25
+ "law": 4,
26
+ "none": 5
27
+ },
28
+ "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
+ "output_past": true,
33
+ "pad_token_id": 0,
34
+ "problem_type": "single_label_classification",
35
+ "qa_dropout": 0.1,
36
+ "seq_classif_dropout": 0.2,
37
+ "sinusoidal_pos_embds": false,
38
+ "tie_weights_": true,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.20.1",
41
+ "vocab_size": 119547
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b723c561a877719950dc9415841158fea33d807bda460624dfdde4abce1832a4
3
+ size 541351409