OnurDemircioglu commited on
Commit
1d455a5
·
verified ·
1 Parent(s): 6e57fdd

Model save

Browse files
Files changed (3) hide show
  1. README.md +77 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +12 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: OnurDemircioglu/OmniGPT-355M
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: OmniGPT-355M-Instruct
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # OmniGPT-355M-Instruct
16
+
17
+ This model is a fine-tuned version of [OnurDemircioglu/OmniGPT-355M](https://huggingface.co/OnurDemircioglu/OmniGPT-355M) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.1367
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: 1e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 16
44
+ - optimizer: Use OptimizerNames.ADAFACTOR and the args are:
45
+ No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 100
48
+ - num_epochs: 1
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 3.4186 | 0.0651 | 200 | 3.3400 |
56
+ | 3.3925 | 0.1302 | 400 | 3.2980 |
57
+ | 3.3676 | 0.1952 | 600 | 3.2674 |
58
+ | 3.4006 | 0.2603 | 800 | 3.2426 |
59
+ | 3.2497 | 0.3254 | 1000 | 3.2226 |
60
+ | 3.3650 | 0.3905 | 1200 | 3.2083 |
61
+ | 3.2403 | 0.4555 | 1400 | 3.1940 |
62
+ | 3.2321 | 0.5206 | 1600 | 3.1802 |
63
+ | 3.2777 | 0.5857 | 1800 | 3.1701 |
64
+ | 3.3052 | 0.6508 | 2000 | 3.1608 |
65
+ | 3.2324 | 0.7159 | 2200 | 3.1531 |
66
+ | 3.2948 | 0.7809 | 2400 | 3.1465 |
67
+ | 3.1677 | 0.8460 | 2600 | 3.1420 |
68
+ | 3.2207 | 0.9111 | 2800 | 3.1384 |
69
+ | 3.2370 | 0.9762 | 3000 | 3.1367 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 5.0.0
75
+ - Pytorch 2.10.0+cu128
76
+ - Datasets 4.8.3
77
+ - Tokenizers 0.22.2
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "model_max_length": 1024,
9
+ "pad_token": "<|endoftext|>",
10
+ "tokenizer_class": "GPT2Tokenizer",
11
+ "unk_token": "<|endoftext|>"
12
+ }