End of training
Browse files- README.md +69 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: Tommert25/robbert0410_lrate7.5b32
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- recall
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: robbert1010_lrate7.5b32
|
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 |
+
# robbert1010_lrate7.5b32
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Tommert25/robbert0410_lrate7.5b32](https://huggingface.co/Tommert25/robbert0410_lrate7.5b32) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5187
|
22 |
+
- Precisions: 0.8552
|
23 |
+
- Recall: 0.7999
|
24 |
+
- F-measure: 0.8232
|
25 |
+
- Accuracy: 0.9157
|
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: 7.5e-05
|
45 |
+
- train_batch_size: 32
|
46 |
+
- eval_batch_size: 32
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 6
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
|
56 |
+
| 0.0496 | 1.0 | 118 | 0.5283 | 0.8488 | 0.7962 | 0.8132 | 0.9092 |
|
57 |
+
| 0.0474 | 2.0 | 236 | 0.4726 | 0.7961 | 0.7965 | 0.7931 | 0.9075 |
|
58 |
+
| 0.026 | 3.0 | 354 | 0.5187 | 0.8552 | 0.7999 | 0.8232 | 0.9157 |
|
59 |
+
| 0.0145 | 4.0 | 472 | 0.5150 | 0.8372 | 0.7791 | 0.7998 | 0.9116 |
|
60 |
+
| 0.0088 | 5.0 | 590 | 0.5250 | 0.8372 | 0.7818 | 0.8021 | 0.9141 |
|
61 |
+
| 0.007 | 6.0 | 708 | 0.5299 | 0.8468 | 0.7849 | 0.8072 | 0.9162 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.34.0
|
67 |
+
- Pytorch 2.0.1+cu118
|
68 |
+
- Datasets 2.14.5
|
69 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 464775913
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0a92cda3bd18aa64835c3f7d7126c72d1f56ca1d7ccb78e2d3f65924feeb21a
|
3 |
size 464775913
|