addykan commited on
Commit
7b9111a
1 Parent(s): c4c29ff

End of training

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/canine-c
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: model_data
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # model_data
17
+
18
+ This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0986
21
+ - Accuracy: 0.3333
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.002
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 25
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
+ | 1.1073 | 1.0 | 6000 | 1.1015 | 0.3333 |
53
+ | 1.1022 | 2.0 | 12000 | 1.1043 | 0.3333 |
54
+ | 1.103 | 3.0 | 18000 | 1.1026 | 0.3333 |
55
+ | 1.101 | 4.0 | 24000 | 1.1163 | 0.3333 |
56
+ | 1.1027 | 5.0 | 30000 | 1.0987 | 0.3333 |
57
+ | 1.1026 | 6.0 | 36000 | 1.0988 | 0.3333 |
58
+ | 1.1039 | 7.0 | 42000 | 1.0998 | 0.3333 |
59
+ | 1.1045 | 8.0 | 48000 | 1.1015 | 0.3333 |
60
+ | 1.1026 | 9.0 | 54000 | 1.1206 | 0.3333 |
61
+ | 1.1035 | 10.0 | 60000 | 1.1042 | 0.3333 |
62
+ | 1.1027 | 11.0 | 66000 | 1.0989 | 0.3333 |
63
+ | 1.1011 | 12.0 | 72000 | 1.1176 | 0.3333 |
64
+ | 1.1015 | 13.0 | 78000 | 1.0994 | 0.3333 |
65
+ | 1.1025 | 14.0 | 84000 | 1.0993 | 0.3333 |
66
+ | 1.1007 | 15.0 | 90000 | 1.1004 | 0.3333 |
67
+ | 1.101 | 16.0 | 96000 | 1.1016 | 0.3333 |
68
+ | 1.0999 | 17.0 | 102000 | 1.1028 | 0.3333 |
69
+ | 1.1003 | 18.0 | 108000 | 1.0988 | 0.3333 |
70
+ | 1.0986 | 19.0 | 114000 | 1.0989 | 0.3333 |
71
+ | 1.0999 | 20.0 | 120000 | 1.0987 | 0.3333 |
72
+ | 1.0997 | 21.0 | 126000 | 1.0989 | 0.3333 |
73
+ | 1.0992 | 22.0 | 132000 | 1.0990 | 0.3333 |
74
+ | 1.0991 | 23.0 | 138000 | 1.0986 | 0.3333 |
75
+ | 1.0989 | 24.0 | 144000 | 1.0986 | 0.3333 |
76
+ | 1.0984 | 25.0 | 150000 | 1.0986 | 0.3333 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.40.0
82
+ - Pytorch 2.0.0+cu117
83
+ - Datasets 2.19.0
84
+ - Tokenizers 0.19.1