bmd1905 commited on
Commit
816827a
1 Parent(s): e70bd49

Training complete

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2112
19
+ - Accuracy: 0.9454
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.0067 | 0.1 | 625 | 0.3108 | 0.9158 |
52
+ | 1.8154 | 0.2 | 1250 | 0.2347 | 0.931 |
53
+ | 0.0341 | 0.3 | 1875 | 0.2995 | 0.9246 |
54
+ | 0.0052 | 0.4 | 2500 | 0.2312 | 0.9364 |
55
+ | 0.0001 | 0.5 | 3125 | 0.2634 | 0.932 |
56
+ | 0.0016 | 0.6 | 3750 | 0.2250 | 0.942 |
57
+ | 1.8912 | 0.7 | 4375 | 0.2112 | 0.9452 |
58
+ | 0.0025 | 0.8 | 5000 | 0.2191 | 0.946 |
59
+ | 0.0149 | 0.9 | 5625 | 0.2125 | 0.945 |
60
+ | 0.0035 | 1.0 | 6250 | 0.2112 | 0.9454 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.35.2
66
+ - Pytorch 2.1.0+cu121
67
+ - Datasets 2.17.0
68
+ - Tokenizers 0.15.2