SMG0 commited on
Commit
1aba149
·
1 Parent(s): 468241d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -2,6 +2,9 @@
2
  base_model: UBC-NLP/MARBERTv2
3
  tags:
4
  - generated_from_trainer
 
 
 
5
  model-index:
6
  - name: Model3_Marabertv2_T2_WS_A100
7
  results: []
@@ -12,7 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Model3_Marabertv2_T2_WS_A100
14
 
15
- This model is a fine-tuned version of [UBC-NLP/MARBERTv2](https://huggingface.co/UBC-NLP/MARBERTv2) on an unknown dataset.
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +47,22 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 15
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.31.0
 
2
  base_model: UBC-NLP/MARBERTv2
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - accuracy
8
  model-index:
9
  - name: Model3_Marabertv2_T2_WS_A100
10
  results: []
 
15
 
16
  # Model3_Marabertv2_T2_WS_A100
17
 
18
+ This model is a fine-tuned version of [UBC-NLP/MARBERTv2](https://huggingface.co/UBC-NLP/MARBERTv2) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0795
21
+ - F1: 0.8271
22
+ - Roc Auc: 0.9092
23
+ - Accuracy: 0.7430
24
 
25
  ## Model description
26
 
 
47
  - lr_scheduler_type: linear
48
  - num_epochs: 15
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
54
+ | No log | 1.0 | 193 | 0.1589 | 0.5089 | 0.6835 | 0.3687 |
55
+ | No log | 2.0 | 386 | 0.1122 | 0.6879 | 0.7800 | 0.5680 |
56
+ | 0.1646 | 3.0 | 579 | 0.0932 | 0.7846 | 0.8623 | 0.6816 |
57
+ | 0.1646 | 4.0 | 772 | 0.0793 | 0.8138 | 0.8823 | 0.7318 |
58
+ | 0.1646 | 5.0 | 965 | 0.0916 | 0.7893 | 0.8787 | 0.6965 |
59
+ | 0.0598 | 6.0 | 1158 | 0.0739 | 0.8251 | 0.8935 | 0.7318 |
60
+ | 0.0598 | 7.0 | 1351 | 0.0752 | 0.8257 | 0.9002 | 0.7393 |
61
+ | 0.0266 | 8.0 | 1544 | 0.0800 | 0.8350 | 0.9128 | 0.7467 |
62
+ | 0.0266 | 9.0 | 1737 | 0.0810 | 0.8295 | 0.9123 | 0.7430 |
63
+ | 0.0266 | 10.0 | 1930 | 0.0795 | 0.8271 | 0.9092 | 0.7430 |
64
+
65
+
66
  ### Framework versions
67
 
68
  - Transformers 4.31.0