RichardErkhov commited on
Commit
6da617f
·
verified ·
1 Parent(s): df4314f

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ my-szw-model - bnb 8bits
11
+ - Model creator: https://huggingface.co/marc4gov/
12
+ - Original model: https://huggingface.co/marc4gov/my-szw-model/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ library_name: transformers
20
+ license: mit
21
+ base_model: BramVanroy/fietje-2-instruct
22
+ tags:
23
+ - generated_from_trainer
24
+ model-index:
25
+ - name: my-szw-model
26
+ results: []
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # my-szw-model
33
+
34
+ This model is a fine-tuned version of [BramVanroy/fietje-2-instruct](https://huggingface.co/BramVanroy/fietje-2-instruct) on the None dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.3317
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
+ - train_batch_size: 8
57
+ - eval_batch_size: 8
58
+ - seed: 42
59
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 3.0
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss |
66
+ |:-------------:|:-----:|:----:|:---------------:|
67
+ | No log | 1.0 | 67 | 1.1677 |
68
+ | No log | 2.0 | 134 | 1.2020 |
69
+ | No log | 3.0 | 201 | 1.3317 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.46.2
75
+ - Pytorch 2.5.1
76
+ - Datasets 3.1.0
77
+ - Tokenizers 0.20.3
78
+
79
+