Sentiment Fa
Browse files
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: HooshvareLab/bert-fa-base-uncased
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
+
model-index:
|
| 11 |
+
- name: Bert-Sentiment-Fa
|
| 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 |
+
# Bert-Sentiment-Fa
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [HooshvareLab/bert-fa-base-uncased](https://huggingface.co/HooshvareLab/bert-fa-base-uncased) on the None dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.7200
|
| 23 |
+
- Accuracy: 0.8549
|
| 24 |
+
- F1: 0.7963
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 3e-06
|
| 44 |
+
- train_batch_size: 16
|
| 45 |
+
- eval_batch_size: 64
|
| 46 |
+
- seed: 42
|
| 47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
+
- lr_scheduler_type: linear
|
| 49 |
+
- num_epochs: 10
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
+
| No log | 1.0 | 143 | 0.5002 | 0.8588 | 0.7918 |
|
| 56 |
+
| No log | 2.0 | 286 | 0.5604 | 0.8549 | 0.7900 |
|
| 57 |
+
| No log | 3.0 | 429 | 0.5587 | 0.8588 | 0.8031 |
|
| 58 |
+
| 0.1184 | 4.0 | 572 | 0.6008 | 0.8588 | 0.8008 |
|
| 59 |
+
| 0.1184 | 5.0 | 715 | 0.6769 | 0.8549 | 0.7999 |
|
| 60 |
+
| 0.1184 | 6.0 | 858 | 0.6699 | 0.8627 | 0.8036 |
|
| 61 |
+
| 0.0634 | 7.0 | 1001 | 0.6765 | 0.8588 | 0.8005 |
|
| 62 |
+
| 0.0634 | 8.0 | 1144 | 0.7032 | 0.8588 | 0.8041 |
|
| 63 |
+
| 0.0634 | 9.0 | 1287 | 0.7172 | 0.8588 | 0.7994 |
|
| 64 |
+
| 0.0634 | 10.0 | 1430 | 0.7200 | 0.8549 | 0.7963 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- Transformers 4.44.2
|
| 70 |
+
- Pytorch 2.4.0+cu121
|
| 71 |
+
- Datasets 2.21.0
|
| 72 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 651398148
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55ca9da064a2858f8c199c92c1c1c46676c945a65c91b900f1b8b46ca16d6935
|
| 3 |
size 651398148
|
runs/Sep05_04-14-03_6fef17b3cca8/events.out.tfevents.1725509658.6fef17b3cca8.1555.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:ebf93a78ecbc77d2e8d7ce93545223c66d444910bfcc6522e24f49d84faf73e6
|
| 3 |
+
size 36554
|