Eslavath1 commited on
Commit
43ab95b
1 Parent(s): 7f7a0b5

Vasanth/openhermes-mistral-dpo-gptq

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TheBloke/OpenHermes-2-Mistral-7B-GPTQ
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: openhermes-mistral-dpo-gptq
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/eslavathvijay63-central-university-of-karnataka/huggingface/runs/2pfbrq3x)
16
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/eslavathvijay63-central-university-of-karnataka/huggingface/runs/2pfbrq3x)
17
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/eslavathvijay63-central-university-of-karnataka/huggingface/runs/2pfbrq3x)
18
+ # openhermes-mistral-dpo-gptq
19
+
20
+ This model is a fine-tuned version of [TheBloke/OpenHermes-2-Mistral-7B-GPTQ](https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GPTQ) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: nan
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002
42
+ - train_batch_size: 2
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 2
48
+ - training_steps: 50
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 0.0 | 0.0056 | 10 | nan |
56
+ | 0.0 | 0.0112 | 20 | nan |
57
+ | 0.0 | 0.0169 | 30 | nan |
58
+ | 0.0 | 0.0225 | 40 | nan |
59
+ | 0.0 | 0.0281 | 50 | nan |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.12.0
65
+ - Transformers 4.42.3
66
+ - Pytorch 2.0.1+cu117
67
+ - Datasets 2.20.0
68
+ - Tokenizers 0.19.1