Commit
•
10dab4d
1
Parent(s):
824d2d2
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- clinc_oos
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: roberta-large-finetuned-clinc
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: clinc_oos
|
17 |
+
type: clinc_oos
|
18 |
+
args: plus
|
19 |
+
metrics:
|
20 |
+
- name: Accuracy
|
21 |
+
type: accuracy
|
22 |
+
value: 0.9703225806451613
|
23 |
+
---
|
24 |
+
|
25 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
26 |
+
should probably proofread and complete it, then remove this comment. -->
|
27 |
+
|
28 |
+
# roberta-large-finetuned-clinc
|
29 |
+
|
30 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the clinc_oos dataset.
|
31 |
+
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.2109
|
33 |
+
- Accuracy: 0.9703
|
34 |
+
|
35 |
+
## Model description
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Intended uses & limitations
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training and evaluation data
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training procedure
|
48 |
+
|
49 |
+
### Training hyperparameters
|
50 |
+
|
51 |
+
The following hyperparameters were used during training:
|
52 |
+
- learning_rate: 2e-05
|
53 |
+
- train_batch_size: 128
|
54 |
+
- eval_batch_size: 128
|
55 |
+
- seed: 42
|
56 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
+
- lr_scheduler_type: linear
|
58 |
+
- lr_scheduler_warmup_steps: 500
|
59 |
+
- num_epochs: 5
|
60 |
+
- mixed_precision_training: Native AMP
|
61 |
+
|
62 |
+
### Training results
|
63 |
+
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| 5.0643 | 1.0 | 120 | 5.0440 | 0.0065 |
|
67 |
+
| 4.2726 | 2.0 | 240 | 2.7488 | 0.7255 |
|
68 |
+
| 1.9687 | 3.0 | 360 | 0.8694 | 0.9174 |
|
69 |
+
| 0.5773 | 4.0 | 480 | 0.3267 | 0.9539 |
|
70 |
+
| 0.1842 | 5.0 | 600 | 0.2109 | 0.9703 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.19.0.dev0
|
76 |
+
- Pytorch 1.10.2+cu113
|
77 |
+
- Datasets 1.18.4
|
78 |
+
- Tokenizers 0.11.6
|
eval_results.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch = 5.0
|
2 |
+
eval_accuracy = 0.9703225806451613
|
3 |
+
eval_loss = 0.21087072789669037
|
4 |
+
eval_runtime = 13.7362
|
5 |
+
eval_samples_per_second = 225.681
|
6 |
+
eval_steps_per_second = 1.82
|
logs/events.out.tfevents.1649941898.algo-1.103.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:ce3210fe8bb91616ff0ada26b8552914b977ba8ca496e2f62917da1c72301275
|
3 |
+
size 14060
|
logs/events.out.tfevents.1649942726.algo-1.103.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2421edcaa051a8f3889874a490d93ce19a39f8aa4f10eaafa61b0ff42877b388
|
3 |
+
size 363
|