Model save
Browse files- README.md +59 -0
- config.json +1 -1
- events.out.tfevents.1733857556.31bbeff60f91.1030.0 +3 -0
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: delarosajav95/tw-roberta-base-sentiment-FT
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: tw-roberta-base-sentiment-FT
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# tw-roberta-base-sentiment-FT
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [delarosajav95/tw-roberta-base-sentiment-FT](https://huggingface.co/delarosajav95/tw-roberta-base-sentiment-FT) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 0.8834
|
19 |
+
- eval_model_preparation_time: 0.0061
|
20 |
+
- eval_accuracy: 0.7655
|
21 |
+
- eval_precision: 0.7636
|
22 |
+
- eval_recall: 0.7655
|
23 |
+
- eval_f1: 0.7635
|
24 |
+
- eval_runtime: 24.6425
|
25 |
+
- eval_samples_per_second: 211.261
|
26 |
+
- eval_steps_per_second: 13.229
|
27 |
+
- step: 0
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 8
|
53 |
+
|
54 |
+
### Framework versions
|
55 |
+
|
56 |
+
- Transformers 4.47.0
|
57 |
+
- Pytorch 2.5.1+cu121
|
58 |
+
- Datasets 3.2.0
|
59 |
+
- Tokenizers 0.21.0
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "delarosajav95/tw-roberta-base-sentiment-FT",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
events.out.tfevents.1733857556.31bbeff60f91.1030.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:216fe5e0f007c905c299a8aa4bedc3cd912714a74fd0fe38e00e98b8f5edc2d7
|
3 |
+
size 549
|