update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: distilroberta-base-movie-genre-prediction
|
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 |
+
# distilroberta-base-movie-genre-prediction
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.0597
|
20 |
+
- Accuracy: 0.3557
|
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 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 1.7392 | 1.0 | 1350 | 1.7042 | 0.4017 |
|
52 |
+
| 1.6085 | 2.0 | 2700 | 1.6785 | 0.4018 |
|
53 |
+
| 1.5216 | 3.0 | 4050 | 1.7163 | 0.3945 |
|
54 |
+
| 1.4188 | 4.0 | 5400 | 1.7409 | 0.3951 |
|
55 |
+
| 1.3398 | 5.0 | 6750 | 1.7966 | 0.3858 |
|
56 |
+
| 1.2612 | 6.0 | 8100 | 1.8642 | 0.3801 |
|
57 |
+
| 1.1563 | 7.0 | 9450 | 1.9256 | 0.3670 |
|
58 |
+
| 1.1113 | 8.0 | 10800 | 1.9928 | 0.3607 |
|
59 |
+
| 1.0813 | 9.0 | 12150 | 2.0328 | 0.355 |
|
60 |
+
| 1.0329 | 10.0 | 13500 | 2.0597 | 0.3557 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.30.2
|
66 |
+
- Pytorch 2.0.1+cu118
|
67 |
+
- Datasets 2.13.0
|
68 |
+
- Tokenizers 0.13.3
|