Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,82 +1,90 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
tags:
|
4 |
-
- trl
|
5 |
-
- dpo
|
6 |
- DPO
|
7 |
- WeniGPT
|
8 |
-
- generated_from_trainer
|
9 |
base_model: Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-merged
|
10 |
model-index:
|
11 |
-
- name: WeniGPT-Agents-Mistral-1.0.0-SFT-1.0.21-DPO
|
12 |
results: []
|
|
|
13 |
---
|
14 |
|
15 |
-
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
|
|
|
19 |
|
20 |
-
This model is a fine-tuned version of [Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-merged](https://huggingface.co/Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-merged) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
-
|
23 |
-
- Rewards/chosen: 2.3217
|
24 |
-
- Rewards/rejected: -1.5051
|
25 |
-
- Rewards/accuracies: 1.0
|
26 |
-
- Rewards/margins: 3.8268
|
27 |
-
- Logps/rejected: -167.9981
|
28 |
-
- Logps/chosen: -107.6077
|
29 |
-
- Logits/rejected: -1.7717
|
30 |
-
- Logits/chosen: -1.7573
|
31 |
|
32 |
-
##
|
33 |
|
34 |
-
|
35 |
|
36 |
-
##
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
-
|
|
|
|
|
|
|
45 |
|
46 |
### Training hyperparameters
|
47 |
|
48 |
The following hyperparameters were used during training:
|
49 |
- learning_rate: 5e-06
|
50 |
-
-
|
51 |
-
-
|
52 |
-
- seed: 42
|
53 |
-
- distributed_type: multi-GPU
|
54 |
-
- num_devices: 4
|
55 |
- gradient_accumulation_steps: 2
|
|
|
56 |
- total_train_batch_size: 8
|
57 |
-
-
|
58 |
-
-
|
59 |
-
-
|
60 |
-
-
|
61 |
-
-
|
62 |
-
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
-
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
67 |
-
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
68 |
-
| 0.3976 | 0.9677 | 30 | 0.3186 | 0.8373 | -0.0381 | 1.0 | 0.8754 | -160.6632 | -115.0300 | -1.7561 | -1.7413 |
|
69 |
-
| 0.1934 | 1.9355 | 60 | 0.1752 | 1.6472 | -0.5496 | 1.0 | 2.1968 | -163.2207 | -110.9804 | -1.7603 | -1.7456 |
|
70 |
-
| 0.1058 | 2.9032 | 90 | 0.1096 | 1.9881 | -0.7856 | 1.0 | 2.7737 | -164.4007 | -109.2759 | -1.7637 | -1.7491 |
|
71 |
-
| 0.0527 | 3.8710 | 120 | 0.0787 | 2.1758 | -1.0246 | 1.0 | 3.2004 | -165.5957 | -108.3371 | -1.7676 | -1.7532 |
|
72 |
-
| 0.0526 | 4.8387 | 150 | 0.0577 | 2.2762 | -1.3610 | 1.0 | 3.6373 | -167.2778 | -107.8351 | -1.7693 | -1.7549 |
|
73 |
-
| 0.0529 | 5.8065 | 180 | 0.0520 | 2.3217 | -1.5051 | 1.0 | 3.8268 | -167.9981 | -107.6077 | -1.7717 | -1.7573 |
|
74 |
-
|
75 |
-
|
76 |
### Framework versions
|
77 |
|
78 |
-
-
|
79 |
-
-
|
80 |
-
-
|
81 |
-
-
|
82 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
library_name: "trl"
|
4 |
tags:
|
|
|
|
|
5 |
- DPO
|
6 |
- WeniGPT
|
|
|
7 |
base_model: Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-merged
|
8 |
model-index:
|
9 |
+
- name: Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-1.0.21-DPO
|
10 |
results: []
|
11 |
+
language: ['pt']
|
12 |
---
|
13 |
|
14 |
+
# Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-1.0.21-DPO
|
|
|
15 |
|
16 |
+
This model is a fine-tuned version of [Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-merged] on the dataset Weni/wenigpt-agent-dpo-1.0.0 with the DPO trainer. It is part of the WeniGPT project for [Weni](https://weni.ai/).
|
17 |
+
Description: Experiment on DPO with other hyperparameters and best SFT model of WeniGPT
|
18 |
|
|
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
{'eval_loss': 0.052017249166965485, 'eval_runtime': 9.7177, 'eval_samples_per_second': 2.881, 'eval_steps_per_second': 0.72, 'eval_rewards/chosen': 2.3217406272888184, 'eval_rewards/rejected': -1.5050735473632812, 'eval_rewards/accuracies': 1.0, 'eval_rewards/margins': 3.8268144130706787, 'eval_logps/rejected': -167.99813842773438, 'eval_logps/chosen': -107.60765075683594, 'eval_logits/rejected': -1.7717255353927612, 'eval_logits/chosen': -1.7573397159576416, 'epoch': 5.806451612903226}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
## Intended uses & limitations
|
23 |
|
24 |
+
This model has not been trained to avoid specific intructions.
|
25 |
|
26 |
+
## Training procedure
|
27 |
|
28 |
+
Finetuning was done on the model Weni/WeniGPT-Agents-Mistral-1.0.0-SFT-merged with the following prompt:
|
29 |
|
30 |
+
```
|
31 |
+
---------------------
|
32 |
+
System_prompt:
|
33 |
+
Agora você se chama {name}, você é {occupation} e seu objetivo é {chatbot_goal}. O adjetivo que mais define a sua personalidade é {adjective} e você se comporta da seguinte forma:
|
34 |
+
{instructions_formatted}
|
35 |
|
36 |
+
{context_statement}
|
37 |
+
|
38 |
+
Lista de requisitos:
|
39 |
+
- Responda de forma natural, mas nunca fale sobre um assunto fora do contexto.
|
40 |
+
- Nunca traga informações do seu próprio conhecimento.
|
41 |
+
- Repito é crucial que você responda usando apenas informações do contexto.
|
42 |
+
- Nunca mencione o contexto fornecido.
|
43 |
+
- Nunca mencione a pergunta fornecida.
|
44 |
+
- Gere a resposta mais útil possível para a pergunta usando informações do conexto acima.
|
45 |
+
- Nunca elabore sobre o porque e como você fez a tarefa, apenas responda.
|
46 |
|
47 |
+
|
48 |
+
---------------------
|
49 |
+
|
50 |
+
```
|
51 |
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-06
|
56 |
+
- per_device_train_batch_size: 1
|
57 |
+
- per_device_eval_batch_size: 1
|
|
|
|
|
|
|
58 |
- gradient_accumulation_steps: 2
|
59 |
+
- num_gpus: 4
|
60 |
- total_train_batch_size: 8
|
61 |
+
- optimizer: AdamW
|
62 |
+
- lr_scheduler_type: cosine
|
63 |
+
- num_steps: 180
|
64 |
+
- quantization_type: bitsandbytes
|
65 |
+
- LoRA: ("\n - bits: 4\n - use_exllama: True\n - device_map: auto\n - use_cache: False\n - lora_r: 32\n - lora_alpha: 16\n - lora_dropout: 0.05\n - bias: none\n - target_modules: ['q_proj', 'k_proj', 'v_proj', 'o_proj', 'gate_proj', 'up_proj', 'down_proj']\n - task_type: CAUSAL_LM",)
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
### Framework versions
|
70 |
|
71 |
+
- transformers==4.40.0
|
72 |
+
- datasets==2.18.0
|
73 |
+
- peft==0.10.0
|
74 |
+
- safetensors==0.4.2
|
75 |
+
- evaluate==0.4.1
|
76 |
+
- bitsandbytes==0.43
|
77 |
+
- huggingface_hub==0.22.2
|
78 |
+
- seqeval==1.2.2
|
79 |
+
- auto-gptq==0.7.1
|
80 |
+
- gpustat==1.1.1
|
81 |
+
- deepspeed==0.14.0
|
82 |
+
- wandb==0.16.6
|
83 |
+
- trl==0.8.1
|
84 |
+
- accelerate==0.29.3
|
85 |
+
- coloredlogs==15.0.1
|
86 |
+
- traitlets==5.14.2
|
87 |
+
- git+https://github.com/casper-hansen/AutoAWQ.git
|
88 |
+
|
89 |
+
### Hardware
|
90 |
+
- Cloud provided: runpod.io
|