pierpaologo commited on
Commit
6fbd10c
·
verified ·
1 Parent(s): 8104466

Latest version with results

Browse files
Files changed (4) hide show
  1. _report.csv +32 -0
  2. _report.txt +43 -0
  3. config.json +1 -1
  4. pytorch_model.bin +2 -2
_report.csv ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ precision,recall,f1-score,support
2
+ 0.6842105263157895,0.48148148148148145,0.5652173913043478,27.0
3
+ 0.7083333333333334,0.5666666666666667,0.6296296296296297,30.0
4
+ 0.6435643564356436,0.5416666666666666,0.588235294117647,120.0
5
+ 0.8571428571428571,0.6666666666666666,0.75,9.0
6
+ 0.7142857142857143,0.625,0.6666666666666666,8.0
7
+ 0.0,0.0,0.0,5.0
8
+ 0.8532110091743119,0.9143258426966292,0.8827118644067796,712.0
9
+ 0.8601472134595163,0.802747791952895,0.8304568527918783,1019.0
10
+ 0.7340336134453781,0.8303231939163498,0.7792149866190902,2104.0
11
+ 0.91,0.875,0.892156862745098,312.0
12
+ 0.9051987767584098,0.9135802469135802,0.9093701996927804,324.0
13
+ 0.0,0.0,0.0,44.0
14
+ 0.9407665505226481,0.9211523881728583,0.9308561578241716,7914.0
15
+ 0.8854133671206842,0.8854133671206842,0.8854133671206842,0.8854133671206842
16
+ 0.6777610731441233,0.6260469957795226,0.6480396850613914,12628.0
17
+ 0.8854287167131588,0.8854133671206842,0.8846056824737172,12628.0
18
+ 0.8542199488491049,0.9039242219215156,0.8783694937541092,739.0
19
+ 0.8615384615384616,0.8007626310772163,0.8300395256916996,1049.0
20
+ 0.7448609431680774,0.8309352517985612,0.785547290116897,2224.0
21
+ 0.9120521172638436,0.8722741433021807,0.8917197452229298,321.0
22
+ 0.9407665505226481,0.9211523881728583,0.9308561578241716,7914.0
23
+ 0.9041916167664671,0.9096385542168675,0.906906906906907,332.0
24
+ 0.0,0.0,0.0,49.0
25
+ 0.8891352549889135,0.8891352549889135,0.8891352549889135,0.8891352549889135
26
+ 0.7453756625869433,0.7483838843555999,0.7462055885023878,12628.0
27
+ 0.8892762078875148,0.8891352549889135,0.8885820760124332,12628.0
28
+ 0.9407665505226481,0.9211523881728583,0.9308561578241716,7914.0
29
+ 0.8721049395367904,0.9026304624522699,0.8871051808610445,4714.0
30
+ 0.9142382008235667,0.9142382008235667,0.9142382008235667,0.9142382008235667
31
+ 0.9064357450297192,0.9118914253125641,0.9089806693426081,12628.0
32
+ 0.9151353473085735,0.9142382008235667,0.9145240303768971,12628.0
_report.txt ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ******************** CLASSIFICATION REPORT ALL BIO LABELS ********************
2
+ precision recall f1-score support
3
+
4
+ B-AdHominem 0.68 0.48 0.57 27
5
+ B-AppealtoAuthority 0.71 0.57 0.63 30
6
+ B-AppealtoEmotion 0.64 0.54 0.59 120
7
+ B-FalseCause 0.86 0.67 0.75 9
8
+ B-Slipperyslope 0.71 0.62 0.67 8
9
+ B-Slogans 0.00 0.00 0.00 5
10
+ I-AdHominem 0.85 0.91 0.88 712
11
+ I-AppealtoAuthority 0.86 0.80 0.83 1019
12
+ I-AppealtoEmotion 0.73 0.83 0.78 2104
13
+ I-FalseCause 0.91 0.88 0.89 312
14
+ I-Slipperyslope 0.91 0.91 0.91 324
15
+ I-Slogans 0.00 0.00 0.00 44
16
+ O 0.94 0.92 0.93 7914
17
+
18
+ accuracy 0.89 12628
19
+ macro avg 0.68 0.63 0.65 12628
20
+ weighted avg 0.89 0.89 0.88 12628
21
+ ******************** CLASSIFICATION REPORT ALL NORMALIZED LABELS ********************
22
+ precision recall f1-score support
23
+
24
+ AdHominem 0.85 0.90 0.88 739
25
+ AppealtoAuthority 0.86 0.80 0.83 1049
26
+ AppealtoEmotion 0.74 0.83 0.79 2224
27
+ FalseCause 0.91 0.87 0.89 321
28
+ O 0.94 0.92 0.93 7914
29
+ Slipperyslope 0.90 0.91 0.91 332
30
+ Slogans 0.00 0.00 0.00 49
31
+
32
+ accuracy 0.89 12628
33
+ macro avg 0.75 0.75 0.75 12628
34
+ weighted avg 0.89 0.89 0.89 12628
35
+ ******************** CLASSIFICATION REPORT BINARY LABELS ********************
36
+ precision recall f1-score support
37
+
38
+ Not fallacy 0.94 0.92 0.93 7914
39
+ Fallacy 0.87 0.90 0.89 4714
40
+
41
+ accuracy 0.91 12628
42
+ macro avg 0.91 0.91 0.91 12628
43
+ weighted avg 0.92 0.91 0.91 12628
config.json CHANGED
@@ -55,7 +55,7 @@
55
  "pooler_type": "first_token_transform",
56
  "position_embedding_type": "absolute",
57
  "torch_dtype": "float32",
58
- "transformers_version": "4.30.2",
59
  "type_vocab_size": 2,
60
  "use_cache": true,
61
  "vocab_size": 28996
 
55
  "pooler_type": "first_token_transform",
56
  "position_embedding_type": "absolute",
57
  "torch_dtype": "float32",
58
+ "transformers_version": "4.28.1",
59
  "type_vocab_size": 2,
60
  "use_cache": true,
61
  "vocab_size": 28996
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1272b60dfda49440d335c5ea626d03de6d643865f86791a3b7b86d783a6ff804
3
- size 3999327531
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052899a2e2c50395e5fd1a8a16a43f7b04be5a6799e3a8cfcea7916b73841411
3
+ size 2664780757