TirkNork commited on
Commit
9febb95
1 Parent(s): 1c4f55c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: laptop_sentence_classfication_wangChanBERTa
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
+ # laptop_sentence_classfication_wangChanBERTa
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.2752
19
+ - Accuracy: 0.9
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
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: 20
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 25 | 0.6130 | 0.7077 |
51
+ | No log | 2.0 | 50 | 0.4832 | 0.7769 |
52
+ | No log | 3.0 | 75 | 0.4457 | 0.8154 |
53
+ | No log | 4.0 | 100 | 0.4696 | 0.7692 |
54
+ | No log | 5.0 | 125 | 0.4378 | 0.8077 |
55
+ | No log | 6.0 | 150 | 0.4698 | 0.8077 |
56
+ | No log | 7.0 | 175 | 0.3654 | 0.8615 |
57
+ | No log | 8.0 | 200 | 0.3795 | 0.8615 |
58
+ | No log | 9.0 | 225 | 0.4212 | 0.8692 |
59
+ | No log | 10.0 | 250 | 0.4153 | 0.8538 |
60
+ | No log | 11.0 | 275 | 0.3723 | 0.8692 |
61
+ | No log | 12.0 | 300 | 0.3590 | 0.8538 |
62
+ | No log | 13.0 | 325 | 0.2553 | 0.9077 |
63
+ | No log | 14.0 | 350 | 0.2713 | 0.9 |
64
+ | No log | 15.0 | 375 | 0.2699 | 0.9077 |
65
+ | No log | 16.0 | 400 | 0.2563 | 0.9154 |
66
+ | No log | 17.0 | 425 | 0.2536 | 0.9231 |
67
+ | No log | 18.0 | 450 | 0.2529 | 0.9154 |
68
+ | No log | 19.0 | 475 | 0.2743 | 0.9 |
69
+ | 0.3025 | 20.0 | 500 | 0.2752 | 0.9 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.29.2
75
+ - Pytorch 2.0.1+cu118
76
+ - Datasets 2.12.0
77
+ - Tokenizers 0.13.3