YusuphaJuwara commited on
Commit
8337037
1 Parent(s): fafd4c2

Upload roberta_fever_plus_adv_samples_and_lora/README.md with huggingface_hub

Browse files
roberta_fever_plus_adv_samples_and_lora/README.md CHANGED
@@ -13,31 +13,38 @@ metrics:
13
  - 0
14
  - 1
15
  - 2
 
16
  train_loss:
17
  - 1.0910345315933228
18
  - 0.9730978608131409
19
  - 1.033179521560669
 
20
  val_loss:
21
  - 1.020356297492981
22
  - 1.1563981771469116
23
  - 1.0029528141021729
 
24
  train_acc:
25
  - 0.5
26
  - 0.6153846383094788
27
  - 0.5
 
28
  val_acc:
29
  - 0.47814685106277466
30
  - 0.46328672766685486
31
  - 0.4943181872367859
 
32
  train_f1_score:
33
  - 0.5
34
  - 0.6153846383094788
35
  - 0.5
 
36
  val_f1_score:
37
  - 0.47814685106277466
38
  - 0.46328672766685486
39
  - 0.4943181872367859
40
- best_metric: 1.0029528141021729
 
41
  model-index:
42
  - name: nli-fever
43
  results:
@@ -49,7 +56,7 @@ model-index:
49
  type: fever
50
  metrics:
51
  - type: acc
52
- value: '0.49'
53
  name: Accuracy
54
  verified: false
55
  ---
@@ -74,10 +81,10 @@ The model was trained on the FEVER (Fact Extraction and VERification) dataset.
74
 
75
  ## Training procedure
76
 
77
- The model was trained for [0, 1, 2] epochs
78
- with a final loss of 1.0029528141021729, an
79
- accuracy of 0.4943181872367859, and
80
- F1 score of 0.4943181872367859.
81
 
82
  ## How to use
83
 
 
13
  - 0
14
  - 1
15
  - 2
16
+ - 3
17
  train_loss:
18
  - 1.0910345315933228
19
  - 0.9730978608131409
20
  - 1.033179521560669
21
+ - 0.7346034049987793
22
  val_loss:
23
  - 1.020356297492981
24
  - 1.1563981771469116
25
  - 1.0029528141021729
26
+ - 0.9826301336288452
27
  train_acc:
28
  - 0.5
29
  - 0.6153846383094788
30
  - 0.5
31
+ - 0.5384615659713745
32
  val_acc:
33
  - 0.47814685106277466
34
  - 0.46328672766685486
35
  - 0.4943181872367859
36
+ - 0.46241259574890137
37
  train_f1_score:
38
  - 0.5
39
  - 0.6153846383094788
40
  - 0.5
41
+ - 0.5384615659713745
42
  val_f1_score:
43
  - 0.47814685106277466
44
  - 0.46328672766685486
45
  - 0.4943181872367859
46
+ - 0.46241259574890137
47
+ best_metric: 0.9826301336288452
48
  model-index:
49
  - name: nli-fever
50
  results:
 
56
  type: fever
57
  metrics:
58
  - type: acc
59
+ value: '0.46'
60
  name: Accuracy
61
  verified: false
62
  ---
 
81
 
82
  ## Training procedure
83
 
84
+ The model was trained for [0, 1, 2, 3] epochs
85
+ with a final loss of 0.9826301336288452, an
86
+ accuracy of 0.46241259574890137, and
87
+ F1 score of 0.46241259574890137.
88
 
89
  ## How to use
90