alex2awesome commited on
Commit
78de417
·
1 Parent(s): e1327de

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: source-type-model
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # source-type-model
16
+
17
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7162
20
+ - F1: 0.4315
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 5
41
+ - eval_batch_size: 5
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 3.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 0.12 | 100 | 1.3490 | 0.0956 |
52
+ | No log | 0.25 | 200 | 1.4751 | 0.0956 |
53
+ | No log | 0.37 | 300 | 0.9687 | 0.2427 |
54
+ | No log | 0.49 | 400 | 1.0625 | 0.1891 |
55
+ | 1.2336 | 0.62 | 500 | 1.0954 | 0.1949 |
56
+ | 1.2336 | 0.74 | 600 | 0.9969 | 0.3080 |
57
+ | 1.2336 | 0.86 | 700 | 0.9171 | 0.3175 |
58
+ | 1.2336 | 0.99 | 800 | 0.9600 | 0.3136 |
59
+ | 1.2336 | 1.11 | 900 | 0.9637 | 0.3161 |
60
+ | 1.0269 | 1.23 | 1000 | 0.9592 | 0.3257 |
61
+ | 1.0269 | 1.35 | 1100 | 0.9117 | 0.3342 |
62
+ | 1.0269 | 1.48 | 1200 | 0.8891 | 0.3205 |
63
+ | 1.0269 | 1.6 | 1300 | 0.8136 | 0.3375 |
64
+ | 1.0269 | 1.72 | 1400 | 0.9676 | 0.3300 |
65
+ | 0.8592 | 1.85 | 1500 | 0.8778 | 0.3316 |
66
+ | 0.8592 | 1.97 | 1600 | 0.8407 | 0.3379 |
67
+ | 0.8592 | 2.09 | 1700 | 0.8409 | 0.3369 |
68
+ | 0.8592 | 2.22 | 1800 | 0.8818 | 0.3343 |
69
+ | 0.8592 | 2.34 | 1900 | 0.9259 | 0.3386 |
70
+ | 0.7521 | 2.46 | 2000 | 0.9419 | 0.3380 |
71
+ | 0.7521 | 2.59 | 2100 | 0.8050 | 0.3474 |
72
+ | 0.7521 | 2.71 | 2200 | 0.7773 | 0.4053 |
73
+ | 0.7521 | 2.83 | 2300 | 0.7114 | 0.4337 |
74
+ | 0.7521 | 2.96 | 2400 | 0.7162 | 0.4315 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.30.2
80
+ - Pytorch 2.0.1+cu117
81
+ - Datasets 2.13.1
82
+ - Tokenizers 0.13.3