Model save
Browse files- README.md +76 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: FacebookAI/roberta-large
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: roberta-large-finetuned-augmentation-LUNAR-TAPT-macro
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# roberta-large-finetuned-augmentation-LUNAR-TAPT-macro
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [FacebookAI/roberta-large](https://huggingface.co/FacebookAI/roberta-large) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3060
|
23 |
+
- F1: 0.8608
|
24 |
+
- Roc Auc: 0.8976
|
25 |
+
- Accuracy: 0.7203
|
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: 2e-05
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 20
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.2744 | 1.0 | 421 | 0.2710 | 0.7932 | 0.8326 | 0.5754 |
|
58 |
+
| 0.2287 | 2.0 | 842 | 0.2281 | 0.8454 | 0.8815 | 0.6758 |
|
59 |
+
| 0.1678 | 3.0 | 1263 | 0.2293 | 0.8563 | 0.8879 | 0.7049 |
|
60 |
+
| 0.1287 | 4.0 | 1684 | 0.2491 | 0.8619 | 0.8918 | 0.7126 |
|
61 |
+
| 0.1298 | 5.0 | 2105 | 0.2591 | 0.8633 | 0.8936 | 0.7173 |
|
62 |
+
| 0.0788 | 6.0 | 2526 | 0.2703 | 0.8612 | 0.8914 | 0.7138 |
|
63 |
+
| 0.0883 | 7.0 | 2947 | 0.2679 | 0.8605 | 0.8905 | 0.7203 |
|
64 |
+
| 0.0821 | 8.0 | 3368 | 0.2832 | 0.8635 | 0.8937 | 0.7150 |
|
65 |
+
| 0.0739 | 9.0 | 3789 | 0.2998 | 0.8601 | 0.8963 | 0.7156 |
|
66 |
+
| 0.0538 | 10.0 | 4210 | 0.2951 | 0.8615 | 0.8957 | 0.7167 |
|
67 |
+
| 0.0466 | 11.0 | 4631 | 0.2999 | 0.8626 | 0.8976 | 0.7126 |
|
68 |
+
| 0.0657 | 12.0 | 5052 | 0.3060 | 0.8608 | 0.8976 | 0.7203 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.45.1
|
74 |
+
- Pytorch 2.4.0
|
75 |
+
- Datasets 3.0.1
|
76 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1421507716
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:321aad8a37f50bb8c2e0f501c1846edcd03afe922eb9a9973ac597f1c0b4b07e
|
3 |
size 1421507716
|