Karbele
commited on
Commit
•
00c743c
1
Parent(s):
1f2a9d1
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: TheBloke/Mistral-7B-Instruct-v0.1-GPTQ
|
7 |
+
model-index:
|
8 |
+
- name: mistral-finetuned-samsum
|
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 |
+
# mistral-finetuned-samsum
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GPTQ) on the None dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
|
34 |
+
The following `bitsandbytes` quantization config was used during training:
|
35 |
+
- quant_method: gptq
|
36 |
+
- bits: 4
|
37 |
+
- tokenizer: None
|
38 |
+
- dataset: None
|
39 |
+
- group_size: 128
|
40 |
+
- damp_percent: 0.1
|
41 |
+
- desc_act: True
|
42 |
+
- sym: True
|
43 |
+
- true_sequential: True
|
44 |
+
- use_cuda_fp16: False
|
45 |
+
- model_seqlen: None
|
46 |
+
- block_name_to_quantize: None
|
47 |
+
- module_name_preceding_first_block: None
|
48 |
+
- batch_size: 1
|
49 |
+
- pad_token_id: None
|
50 |
+
- use_exllama: False
|
51 |
+
- max_input_length: None
|
52 |
+
- exllama_config: {'version': <ExllamaVersion.ONE: 1>}
|
53 |
+
- cache_block_outputs: True
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 0.0002
|
59 |
+
- train_batch_size: 8
|
60 |
+
- eval_batch_size: 8
|
61 |
+
- seed: 42
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: cosine
|
64 |
+
- training_steps: 250
|
65 |
+
- mixed_precision_training: Native AMP
|
66 |
+
|
67 |
+
### Training results
|
68 |
+
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- PEFT 0.7.0
|
74 |
+
- Transformers 4.36.0.dev0
|
75 |
+
- Pytorch 2.1.0+cu118
|
76 |
+
- Datasets 2.15.0
|
77 |
+
- Tokenizers 0.15.0
|