End of training
Browse files- README.md +69 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
model-index:
|
8 |
+
- name: media-bias-ukraine-dataset-all-minus-ukraine-removed
|
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 |
+
# media-bias-ukraine-dataset-all-minus-ukraine-removed
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.9273
|
20 |
+
- F1: 0.2174
|
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: 32
|
41 |
+
- eval_batch_size: 32
|
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.0857 | 1.0 | 138 | 2.3587 | 0.1003 |
|
53 |
+
| 0.003 | 2.0 | 276 | 2.6847 | 0.0840 |
|
54 |
+
| 0.0167 | 3.0 | 414 | 2.8767 | 0.1619 |
|
55 |
+
| 0.0022 | 4.0 | 552 | 2.3012 | 0.1862 |
|
56 |
+
| 0.0019 | 5.0 | 690 | 2.7714 | 0.1961 |
|
57 |
+
| 0.001 | 6.0 | 828 | 2.7623 | 0.2015 |
|
58 |
+
| 0.6706 | 7.0 | 966 | 2.8243 | 0.1980 |
|
59 |
+
| 0.2259 | 8.0 | 1104 | 2.7106 | 0.2151 |
|
60 |
+
| 0.0013 | 9.0 | 1242 | 2.9273 | 0.2174 |
|
61 |
+
| 0.0116 | 10.0 | 1380 | 2.9458 | 0.2101 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.26.1
|
67 |
+
- Pytorch 1.13.1
|
68 |
+
- Datasets 2.10.1
|
69 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267858605
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:429e4c394a94c9ccdd289e51e4ce081ef0d1cd3c3dede1f42a6061db2a0d7766
|
3 |
size 267858605
|