Veekah commited on
Commit
cbf3202
1 Parent(s): 98d5c6d

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ base_model: bert-base-multilingual-cased
12
+ model-index:
13
+ - name: nlp-classification-comic-name-weighdecay-0.001-lr-1e-3
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # nlp-classification-comic-name-weighdecay-0.001-lr-1e-3
21
+
22
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0339
25
+ - Precision: 0.0
26
+ - Recall: 0.0
27
+ - F1: 0.0
28
+ - Accuracy: 0.9925
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.00025
48
+ - train_batch_size: 30
49
+ - eval_batch_size: 30
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
59
+ | No log | 1.0 | 27 | 0.0356 | 0.0 | 0.0 | 0.0 | 0.9913 |
60
+ | No log | 2.0 | 54 | 0.0366 | 0.0 | 0.0 | 0.0 | 0.9921 |
61
+ | No log | 3.0 | 81 | 0.0345 | 0.0 | 0.0 | 0.0 | 0.9921 |
62
+ | No log | 4.0 | 108 | 0.0346 | 0.0 | 0.0 | 0.0 | 0.9921 |
63
+ | No log | 5.0 | 135 | 0.0341 | 0.0 | 0.0 | 0.0 | 0.9921 |
64
+ | No log | 6.0 | 162 | 0.0337 | 0.0 | 0.0 | 0.0 | 0.9921 |
65
+ | No log | 7.0 | 189 | 0.0345 | 0.0 | 0.0 | 0.0 | 0.9929 |
66
+ | No log | 8.0 | 216 | 0.0338 | 0.0 | 0.0 | 0.0 | 0.9925 |
67
+ | No log | 9.0 | 243 | 0.0338 | 0.0 | 0.0 | 0.0 | 0.9925 |
68
+ | No log | 10.0 | 270 | 0.0339 | 0.0 | 0.0 | 0.0 | 0.9925 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - PEFT 0.7.1
74
+ - Transformers 4.36.2
75
+ - Pytorch 2.1.2+cu121
76
+ - Datasets 2.16.1
77
+ - Tokenizers 0.15.0