Jsevisal commited on
Commit
ba733f8
·
1 Parent(s): 9a3822d

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: roberta-gest-pred-seqeval-partialmatch
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # roberta-gest-pred-seqeval-partialmatch
18
+
19
+ This model is a fine-tuned version of [xlm-roberta-large-finetuned-conll03-english](https://huggingface.co/xlm-roberta-large-finetuned-conll03-english) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.9911
22
+ - Precision: 0.8401
23
+ - Recall: 0.8401
24
+ - F1: 0.8401
25
+ - Accuracy: 0.8347
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | 1.7547 | 1.0 | 147 | 0.9698 | 0.7634 | 0.7634 | 0.7634 | 0.7426 |
57
+ | 0.8657 | 2.0 | 294 | 0.6433 | 0.8300 | 0.8300 | 0.8300 | 0.8127 |
58
+ | 0.5629 | 3.0 | 441 | 0.6167 | 0.8383 | 0.8383 | 0.8383 | 0.8270 |
59
+ | 0.3763 | 4.0 | 588 | 0.6022 | 0.8335 | 0.8335 | 0.8335 | 0.8228 |
60
+ | 0.2507 | 5.0 | 735 | 0.7089 | 0.8424 | 0.8424 | 0.8424 | 0.8317 |
61
+ | 0.165 | 6.0 | 882 | 0.7194 | 0.8650 | 0.8650 | 0.8650 | 0.8537 |
62
+ | 0.1224 | 7.0 | 1029 | 0.8469 | 0.8532 | 0.8532 | 0.8532 | 0.8478 |
63
+ | 0.0759 | 8.0 | 1176 | 0.9850 | 0.8365 | 0.8365 | 0.8365 | 0.8288 |
64
+ | 0.0548 | 9.0 | 1323 | 0.9934 | 0.8490 | 0.8490 | 0.8490 | 0.8424 |
65
+ | 0.0418 | 10.0 | 1470 | 0.9911 | 0.8401 | 0.8401 | 0.8401 | 0.8347 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.1
71
+ - Pytorch 1.13.1+cu116
72
+ - Datasets 2.10.1
73
+ - Tokenizers 0.13.2