Yousefmd commited on
Commit
b9f58cd
1 Parent(s): 1f6f155

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: feedback-classification
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
+ # feedback-classification
15
+
16
+ This model is a fine-tuned version of [qarib/bert-base-qarib_far_9920k](https://huggingface.co/qarib/bert-base-qarib_far_9920k) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.0442
19
+ - Macro F1: 0.8311
20
+ - Accuracy: 0.8275
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 8
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
53
+ | No log | 1.0 | 342 | 0.5528 | 0.7897 | 0.7851 |
54
+ | 0.5472 | 2.0 | 684 | 0.6922 | 0.8200 | 0.8129 |
55
+ | 0.2753 | 3.0 | 1026 | 0.9658 | 0.8113 | 0.8070 |
56
+ | 0.2753 | 4.0 | 1368 | 0.9768 | 0.8349 | 0.8304 |
57
+ | 0.1171 | 5.0 | 1710 | 1.0442 | 0.8311 | 0.8275 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.30.1
63
+ - Pytorch 2.0.1+cu118
64
+ - Datasets 2.12.0
65
+ - Tokenizers 0.13.3