AlekseyKorshuk commited on
Commit
2485ebc
1 Parent(s): e5dae38

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: gentextai-seo-optimization-v0-chatml
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # gentextai-seo-optimization-v0-chatml
13
+
14
+ This model is a fine-tuned version of [AlekseyKorshuk/chatml-pyg-v1](https://huggingface.co/AlekseyKorshuk/chatml-pyg-v1) on the None dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 5e-06
34
+ - train_batch_size: 4
35
+ - eval_batch_size: 2
36
+ - seed: 42
37
+ - distributed_type: multi-GPU
38
+ - num_devices: 8
39
+ - total_train_batch_size: 32
40
+ - total_eval_batch_size: 16
41
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
42
+ - lr_scheduler_type: cosine
43
+ - lr_scheduler_warmup_ratio: 0.03
44
+ - num_epochs: 1
45
+
46
+ ### Training results
47
+
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.28.1
53
+ - Pytorch 2.0.0+cu117
54
+ - Datasets 2.10.1
55
+ - Tokenizers 0.13.3