RichardErkhov commited on
Commit
05ef029
·
verified ·
1 Parent(s): 403d1fe

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ gpt-neo-1.3B-cs-finetuning-filtered-7 - bnb 4bits
11
+ - Model creator: https://huggingface.co/KimByeongSu/
12
+ - Original model: https://huggingface.co/KimByeongSu/gpt-neo-1.3B-cs-finetuning-filtered-7/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: mit
20
+ tags:
21
+ - generated_from_trainer
22
+ base_model: EleutherAI/gpt-neo-1.3B
23
+ model-index:
24
+ - name: gpt-neo-1.3B-cs-finetuning-filtered-7
25
+ results: []
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # gpt-neo-1.3B-cs-finetuning-filtered-7
32
+
33
+ This model is a fine-tuned version of [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B) on the None dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.5202
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 2e-05
55
+ - train_batch_size: 8
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 3.0
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss |
65
+ |:-------------:|:-----:|:----:|:---------------:|
66
+ | 2.7073 | 1.0 | 949 | 2.5326 |
67
+ | 2.1524 | 2.0 | 1898 | 2.4802 |
68
+ | 1.8341 | 3.0 | 2847 | 2.5202 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.37.2
74
+ - Pytorch 2.2.1
75
+ - Datasets 2.12.0
76
+ - Tokenizers 0.15.1
77
+
78
+