nbbquoc commited on
Commit
0c2f342
1 Parent(s): 54ae8b8

Training complete

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: mamba_text_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
+ # mamba_text_classification
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2717
19
+ - Accuracy: 0.9286
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: 5e-05
39
+ - train_batch_size: 4
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: cosine
44
+ - lr_scheduler_warmup_ratio: 0.01
45
+ - num_epochs: 1
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
51
+ | 0.1395 | 0.1001 | 794 | 0.7047 | 0.8359 |
52
+ | 1.6796 | 0.2001 | 1588 | 0.4071 | 0.8688 |
53
+ | 0.1366 | 0.3002 | 2382 | 0.3954 | 0.8869 |
54
+ | 3.6069 | 0.4002 | 3176 | 0.3804 | 0.8946 |
55
+ | 0.0243 | 0.5003 | 3970 | 0.3265 | 0.9144 |
56
+ | 0.0027 | 0.6003 | 4764 | 0.2946 | 0.9188 |
57
+ | 0.0019 | 0.7004 | 5558 | 0.2919 | 0.9237 |
58
+ | 0.0 | 0.8004 | 6352 | 0.2816 | 0.9265 |
59
+ | 0.0045 | 0.9005 | 7146 | 0.2717 | 0.9286 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.41.2
65
+ - Pytorch 2.3.0+cu121
66
+ - Datasets 2.20.0
67
+ - Tokenizers 0.19.1