sharonibejih commited on
Commit
64614d7
·
verified ·
1 Parent(s): dbd252d
Files changed (2) hide show
  1. config.json +64 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-Lead",
15
+ "2": "B-Unannotated",
16
+ "3": "B-Concluding Statement",
17
+ "4": "B-Counterclaim",
18
+ "5": "B-Claim",
19
+ "6": "B-Rebuttal",
20
+ "7": "B-Position",
21
+ "8": "B-Evidence",
22
+ "9": "I-Lead",
23
+ "10": "I-Unannotated",
24
+ "11": "I-Concluding Statement",
25
+ "12": "I-Counterclaim",
26
+ "13": "I-Claim",
27
+ "14": "I-Rebuttal",
28
+ "15": "I-Position",
29
+ "16": "I-Evidence"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "B-Claim": 5,
35
+ "B-Concluding Statement": 3,
36
+ "B-Counterclaim": 4,
37
+ "B-Evidence": 8,
38
+ "B-Lead": 1,
39
+ "B-Position": 7,
40
+ "B-Rebuttal": 6,
41
+ "B-Unannotated": 2,
42
+ "I-Claim": 13,
43
+ "I-Concluding Statement": 11,
44
+ "I-Counterclaim": 12,
45
+ "I-Evidence": 16,
46
+ "I-Lead": 9,
47
+ "I-Position": 15,
48
+ "I-Rebuttal": 14,
49
+ "I-Unannotated": 10,
50
+ "O": 0
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "pad_token_id": 0,
58
+ "position_embedding_type": "absolute",
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.45.1",
61
+ "type_vocab_size": 2,
62
+ "use_cache": true,
63
+ "vocab_size": 30522
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8307333839a23684b8f6c5646fa29d37013189e8b55ccd4cbf6d8eca4601887
3
+ size 435642228