terzimert commited on
Commit
ab34d27
1 Parent(s): 4137b92

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: M_gpt_v1.3
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # M_gpt_v1.3
19
+
20
+ This model is a fine-tuned version of [ai-forever/mGPT](https://huggingface.co/ai-forever/mGPT) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4547
23
+ - Precision: 0.56
24
+ - Recall: 0.3739
25
+ - F1: 0.4484
26
+ - Accuracy: 0.9076
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 4
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 16
50
+ - total_train_batch_size: 64
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.4869 | 1.0 | 882 | 0.3957 | 0.5886 | 0.2987 | 0.3963 | 0.8995 |
60
+ | 0.3467 | 2.0 | 1764 | 0.3723 | 0.5572 | 0.3696 | 0.4444 | 0.9033 |
61
+ | 0.3031 | 3.0 | 2646 | 0.3709 | 0.5917 | 0.3289 | 0.4228 | 0.9082 |
62
+ | 0.2786 | 4.0 | 3528 | 0.3928 | 0.5649 | 0.3760 | 0.4515 | 0.9069 |
63
+ | 0.2629 | 5.0 | 4410 | 0.4547 | 0.56 | 0.3739 | 0.4484 | 0.9076 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.28.0
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.12.0
71
+ - Tokenizers 0.13.3