JorgeRGomez
commited on
Commit
•
c8ec5fb
1
Parent(s):
cdaa6f0
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: nlptown/bert-base-multilingual-uncased-sentiment
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: test_bert
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# test_bert
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8332
|
21 |
+
- Accuracy: 0.6817
|
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-05
|
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 |
+
- num_epochs: 2
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.1121 | 0.13 | 500 | 0.9841 | 0.6302 |
|
53 |
+
| 1.0067 | 0.25 | 1000 | 0.9490 | 0.6499 |
|
54 |
+
| 0.9325 | 0.38 | 1500 | 0.9200 | 0.6577 |
|
55 |
+
| 0.9301 | 0.51 | 2000 | 0.9684 | 0.6418 |
|
56 |
+
| 0.927 | 0.63 | 2500 | 0.9837 | 0.6234 |
|
57 |
+
| 0.9067 | 0.76 | 3000 | 0.8973 | 0.6572 |
|
58 |
+
| 0.8986 | 0.88 | 3500 | 0.8663 | 0.6747 |
|
59 |
+
| 0.8964 | 1.01 | 4000 | 0.8408 | 0.6767 |
|
60 |
+
| 0.8115 | 1.14 | 4500 | 0.8478 | 0.6696 |
|
61 |
+
| 0.8081 | 1.26 | 5000 | 0.8600 | 0.6681 |
|
62 |
+
| 0.7896 | 1.39 | 5500 | 0.8569 | 0.6747 |
|
63 |
+
| 0.8075 | 1.52 | 6000 | 0.8353 | 0.6767 |
|
64 |
+
| 0.802 | 1.64 | 6500 | 0.8261 | 0.6767 |
|
65 |
+
| 0.768 | 1.77 | 7000 | 0.8289 | 0.6782 |
|
66 |
+
| 0.7505 | 1.9 | 7500 | 0.8332 | 0.6817 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.38.2
|
72 |
+
- Pytorch 2.2.1+cu121
|
73 |
+
- Datasets 2.18.0
|
74 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669464588
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fbde8910966913c81960872e2dfdd3160bdb660a27f82eb2ca4d9a39cdc71e9
|
3 |
size 669464588
|
runs/Apr15_07-34-02_56b4518982a7/events.out.tfevents.1713166782.56b4518982a7.1237.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:4b26124accbfb4c43c5e1d2cc65344ec0ad9e286089bfbc36c4a091d2fe1d8a2
|
3 |
+
size 13409
|