gijs commited on
Commit
e7fa408
1 Parent(s): 7ea6b99

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: roberta-large-aces
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # roberta-large-aces
19
+
20
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5257
23
+ - Precision: 0.8561
24
+ - Recall: 0.8594
25
+ - F1: 0.8553
26
+ - Accuracy: 0.8594
27
+ - F1 Who: 0.8494
28
+ - F1 What: 0.8391
29
+ - F1 Where: 0.7558
30
+ - F1 How: 0.9208
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 2e-05
50
+ - train_batch_size: 8
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - num_epochs: 5
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | F1 Who | F1 What | F1 Where | F1 How |
60
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:------:|:-------:|:--------:|:------:|
61
+ | 0.4619 | 1.0 | 87 | 0.5447 | 0.8247 | 0.8416 | 0.8308 | 0.8416 | 0.8309 | 0.8188 | 0.6973 | 0.9244 |
62
+ | 0.4358 | 2.0 | 174 | 0.4662 | 0.8522 | 0.8571 | 0.8517 | 0.8571 | 0.8314 | 0.8446 | 0.7613 | 0.9238 |
63
+ | 0.3793 | 3.0 | 261 | 0.4892 | 0.8507 | 0.8622 | 0.8556 | 0.8622 | 0.8321 | 0.8418 | 0.7725 | 0.9280 |
64
+ | 0.2875 | 4.0 | 348 | 0.5034 | 0.8702 | 0.8641 | 0.8593 | 0.8641 | 0.8471 | 0.8441 | 0.7715 | 0.9225 |
65
+ | 0.1847 | 5.0 | 435 | 0.5257 | 0.8561 | 0.8594 | 0.8553 | 0.8594 | 0.8494 | 0.8391 | 0.7558 | 0.9208 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.25.1
71
+ - Pytorch 1.13.1+cu117
72
+ - Datasets 2.8.0
73
+ - Tokenizers 0.13.2