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 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
model-index:
|
8 |
+
- name: DIPROMATS_subtask_1
|
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 |
+
# DIPROMATS_subtask_1
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0338
|
20 |
+
- F1: 0.9893
|
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: 2e-05
|
40 |
+
- train_batch_size: 64
|
41 |
+
- eval_batch_size: 64
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 10
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.2333 | 1.0 | 227 | 0.3143 | 0.8275 |
|
53 |
+
| 0.2264 | 2.0 | 454 | 0.2628 | 0.8729 |
|
54 |
+
| 0.2179 | 3.0 | 681 | 0.1320 | 0.9398 |
|
55 |
+
| 0.1609 | 4.0 | 908 | 0.1025 | 0.9508 |
|
56 |
+
| 0.1894 | 5.0 | 1135 | 0.0947 | 0.9640 |
|
57 |
+
| 0.0291 | 6.0 | 1362 | 0.0581 | 0.9793 |
|
58 |
+
| 0.0075 | 7.0 | 1589 | 0.0633 | 0.9785 |
|
59 |
+
| 0.1243 | 8.0 | 1816 | 0.0372 | 0.9874 |
|
60 |
+
| 0.0925 | 9.0 | 2043 | 0.0483 | 0.9851 |
|
61 |
+
| 0.1582 | 10.0 | 2270 | 0.0338 | 0.9893 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.28.1
|
67 |
+
- Pytorch 1.13.1
|
68 |
+
- Datasets 2.12.0
|
69 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112254133
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b655cd429a8a6b86d01e7374f50bbc53f5c56fdd11a64b7a42b5285c44bf1c43
|
3 |
size 1112254133
|