Commit
·
ca279a1
1
Parent(s):
8b40544
End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_trainer
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
- f1
|
| 7 |
+
model-index:
|
| 8 |
+
- name: roberta-large-first
|
| 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 |
+
# roberta-large-first
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [rafalposwiata/deproberta-large-depression](https://huggingface.co/rafalposwiata/deproberta-large-depression) on the None dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.2025
|
| 20 |
+
- Accuracy: 0.8483
|
| 21 |
+
- F1: 0.9100
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 5e-06
|
| 41 |
+
- train_batch_size: 8
|
| 42 |
+
- eval_batch_size: 8
|
| 43 |
+
- seed: 42
|
| 44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
+
- lr_scheduler_type: linear
|
| 46 |
+
- lr_scheduler_warmup_steps: 500
|
| 47 |
+
- num_epochs: 10
|
| 48 |
+
|
| 49 |
+
### Training results
|
| 50 |
+
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 53 |
+
| No log | 1.0 | 469 | 0.3694 | 0.8783 | 0.9312 |
|
| 54 |
+
| 0.3984 | 2.0 | 938 | 0.4488 | 0.87 | 0.9257 |
|
| 55 |
+
| 0.3366 | 3.0 | 1407 | 0.5764 | 0.855 | 0.9141 |
|
| 56 |
+
| 0.295 | 4.0 | 1876 | 0.7716 | 0.8533 | 0.9132 |
|
| 57 |
+
| 0.1876 | 5.0 | 2345 | 0.8724 | 0.855 | 0.9148 |
|
| 58 |
+
| 0.1378 | 6.0 | 2814 | 1.1717 | 0.825 | 0.8921 |
|
| 59 |
+
| 0.0836 | 7.0 | 3283 | 1.0711 | 0.8367 | 0.9028 |
|
| 60 |
+
| 0.043 | 8.0 | 3752 | 1.0807 | 0.8633 | 0.9202 |
|
| 61 |
+
| 0.0402 | 9.0 | 4221 | 1.2285 | 0.8367 | 0.9024 |
|
| 62 |
+
| 0.035 | 10.0 | 4690 | 1.2025 | 0.8483 | 0.9100 |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
### Framework versions
|
| 66 |
+
|
| 67 |
+
- Transformers 4.30.2
|
| 68 |
+
- Pytorch 2.0.1+cu118
|
| 69 |
+
- Datasets 2.13.1
|
| 70 |
+
- 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 1421587189
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d76586aa3a0a3672673716d25950046b4ac754b51adcab15a2c201dd9cc0231
|
| 3 |
size 1421587189
|
runs/Jul09_18-12-33_2dc4c14acfc6/events.out.tfevents.1688926741.2dc4c14acfc6.554.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dac493d8f71b1aac4db0fa4bb62072f4787e3458630652911f5c7ec9c7d766b6
|
| 3 |
+
size 9641
|