update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
-
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
-
- name:
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
-
<!-- This model card has been generated automatically according to the information
|
| 11 |
-
probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
- Train Accuracy: 0.625
|
| 20 |
-
- Epoch: 0
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -36,19 +35,38 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
-
|
| 40 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
-
|
|
| 45 |
-
|:----------:|:---------
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
| 50 |
|
| 51 |
- Transformers 4.29.1
|
| 52 |
-
-
|
| 53 |
- Datasets 2.12.0
|
| 54 |
- Tokenizers 0.13.3
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
+
- generated_from_trainer
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
model-index:
|
| 7 |
+
- name: sentence_classfication_test
|
| 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 |
+
# sentence_classfication_test
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [airesearch/wangchanberta-base-att-spm-uncased](https://huggingface.co/airesearch/wangchanberta-base-att-spm-uncased) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.4453
|
| 19 |
+
- Accuracy: 0.8
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 2e-05
|
| 39 |
+
- train_batch_size: 16
|
| 40 |
+
- eval_batch_size: 16
|
| 41 |
+
- seed: 42
|
| 42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
+
- lr_scheduler_type: linear
|
| 44 |
+
- num_epochs: 15
|
| 45 |
|
| 46 |
### Training results
|
| 47 |
|
| 48 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 49 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 50 |
+
| No log | 1.0 | 10 | 0.5120 | 0.675 |
|
| 51 |
+
| No log | 2.0 | 20 | 0.4401 | 0.8 |
|
| 52 |
+
| No log | 3.0 | 30 | 0.3661 | 0.85 |
|
| 53 |
+
| No log | 4.0 | 40 | 0.3247 | 0.875 |
|
| 54 |
+
| No log | 5.0 | 50 | 0.3309 | 0.875 |
|
| 55 |
+
| No log | 6.0 | 60 | 0.3349 | 0.875 |
|
| 56 |
+
| No log | 7.0 | 70 | 0.3379 | 0.85 |
|
| 57 |
+
| No log | 8.0 | 80 | 0.3526 | 0.85 |
|
| 58 |
+
| No log | 9.0 | 90 | 0.3590 | 0.825 |
|
| 59 |
+
| No log | 10.0 | 100 | 0.3783 | 0.825 |
|
| 60 |
+
| No log | 11.0 | 110 | 0.4326 | 0.8 |
|
| 61 |
+
| No log | 12.0 | 120 | 0.4416 | 0.8 |
|
| 62 |
+
| No log | 13.0 | 130 | 0.4488 | 0.8 |
|
| 63 |
+
| No log | 14.0 | 140 | 0.4437 | 0.8 |
|
| 64 |
+
| No log | 15.0 | 150 | 0.4453 | 0.8 |
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
- Transformers 4.29.1
|
| 70 |
+
- Pytorch 2.0.0+cu118
|
| 71 |
- Datasets 2.12.0
|
| 72 |
- Tokenizers 0.13.3
|