RichardErkhov commited on
Commit
7a24376
1 Parent(s): f3b3bad

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ pygm-350m-experimental - AWQ
11
+ - Model creator: https://huggingface.co/alpindale/
12
+ - Original model: https://huggingface.co/alpindale/pygm-350m-experimental/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ tags:
20
+ - generated_from_trainer
21
+ metrics:
22
+ - accuracy
23
+ model-index:
24
+ - name: pygmalion-350m
25
+ results: []
26
+ ---
27
+
28
+ # pygmalion-350m
29
+
30
+ This model is a fine-tuned version of [PygmalionAI/pygmalion-350m](https://huggingface.co/PygmalionAI/pygmalion-350m/) on a 2.4MB dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 2.2731
33
+ - Accuracy: 0.5187
34
+
35
+ ## Model description
36
+
37
+ A proof-of-concept model based on PygmalionAI/pygmalion-350m, which was in turn based on OPT-350m.
38
+
39
+ This model was fine-tuned purely for testing purposes.
40
+
41
+ ## Fine-tuning process
42
+
43
+ Fine-tuned on an A100-80GB with HF's `run_clm.py` script. It was run through 3 epochs with 8 batch size using 2.4MB dataset (split 75/25 between training and validation sets).
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 5e-05
49
+ - train_batch_size: 8
50
+ - eval_batch_size: 8
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 3.0
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.27.0.dev0
59
+ - Pytorch 1.13.1+cu117
60
+ - Datasets 2.10.0
61
+ - Tokenizers 0.13.2
62
+
63
+