RKessler commited on
Commit
0aa6eff
1 Parent(s): 153ecda

End of training

Browse files
Files changed (2) hide show
  1. README.md +87 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: EVALutionRelationTrain-4
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # EVALutionRelationTrain-4
20
+
21
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.6932
24
+ - Accuracy: 0.5
25
+ - Precision: 0.5
26
+ - Recall: 1.0
27
+ - F1: 0.6667
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 8
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 0.35 | 100 | 0.7150 | 0.5 | 0.0 | 0.0 | 0.0 |
59
+ | No log | 0.71 | 200 | 0.7055 | 0.5 | 0.5 | 1.0 | 0.6667 |
60
+ | No log | 1.06 | 300 | 0.6936 | 0.5 | 0.0 | 0.0 | 0.0 |
61
+ | No log | 1.42 | 400 | 0.6939 | 0.5 | 0.0 | 0.0 | 0.0 |
62
+ | 0.7014 | 1.77 | 500 | 0.6984 | 0.5 | 0.0 | 0.0 | 0.0 |
63
+ | 0.7014 | 2.13 | 600 | 0.7032 | 0.5 | 0.0 | 0.0 | 0.0 |
64
+ | 0.7014 | 2.48 | 700 | 0.6952 | 0.5 | 0.5 | 1.0 | 0.6667 |
65
+ | 0.7014 | 2.84 | 800 | 0.6989 | 0.5 | 0.0 | 0.0 | 0.0 |
66
+ | 0.7014 | 3.19 | 900 | 0.6935 | 0.5 | 0.5 | 1.0 | 0.6667 |
67
+ | 0.7002 | 3.55 | 1000 | 0.6949 | 0.5 | 0.0 | 0.0 | 0.0 |
68
+ | 0.7002 | 3.9 | 1100 | 0.6951 | 0.5 | 0.0 | 0.0 | 0.0 |
69
+ | 0.7002 | 4.26 | 1200 | 0.6935 | 0.5 | 0.0 | 0.0 | 0.0 |
70
+ | 0.7002 | 4.61 | 1300 | 0.6985 | 0.5 | 0.5 | 1.0 | 0.6667 |
71
+ | 0.7002 | 4.96 | 1400 | 0.6945 | 0.5 | 0.0 | 0.0 | 0.0 |
72
+ | 0.6969 | 5.32 | 1500 | 0.6932 | 0.5 | 0.5 | 1.0 | 0.6667 |
73
+ | 0.6969 | 5.67 | 1600 | 0.6964 | 0.5 | 0.0 | 0.0 | 0.0 |
74
+ | 0.6969 | 6.03 | 1700 | 0.7006 | 0.5 | 0.0 | 0.0 | 0.0 |
75
+ | 0.6969 | 6.38 | 1800 | 0.6934 | 0.5 | 0.0 | 0.0 | 0.0 |
76
+ | 0.6969 | 6.74 | 1900 | 0.6966 | 0.5 | 0.0 | 0.0 | 0.0 |
77
+ | 0.6939 | 7.09 | 2000 | 0.6947 | 0.5 | 0.5 | 1.0 | 0.6667 |
78
+ | 0.6939 | 7.45 | 2100 | 0.6935 | 0.5 | 0.5 | 1.0 | 0.6667 |
79
+ | 0.6939 | 7.8 | 2200 | 0.6932 | 0.5 | 0.5 | 1.0 | 0.6667 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.34.0
85
+ - Pytorch 2.1.0+cu121
86
+ - Datasets 2.14.5
87
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cf90ace2fc94c438999af181a68cad76d8becbd6702cd481cd974477689965f
3
  size 498658094
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac42a6415ce84d19ea8c1be6473c8437ed569699e5c499d8576387db88f5fdf
3
  size 498658094