beamaia commited on
Commit
0dd025c
1 Parent(s): 4c8e621

Model save

Browse files
README.md CHANGED
@@ -1,84 +1,70 @@
1
  ---
2
  license: mit
3
- library_name: "trl"
4
  tags:
5
- - DPO
6
- - WeniGPT
7
- base_model: Weni/WeniGPT-2.3.3-Zephyr-7B-zephyr-prompt-LLM_Base_2.0.3_SFT_reduction_variation
 
8
  model-index:
9
- - name: Weni/WeniGPT-DPO-test
10
  results: []
11
- language: ['pt']
12
  ---
13
 
14
- # Weni/WeniGPT-DPO-test
 
15
 
16
- This model is a fine-tuned version of [Weni/WeniGPT-2.3.3-Zephyr-7B-zephyr-prompt-LLM_Base_2.0.3_SFT_reduction_variation] on the dataset Weni/WeniGPT-QA-1.0.1_DPO with the DPO trainer. It is part of the WeniGPT project for [Weni](https://weni.ai/).
17
 
 
18
  It achieves the following results on the evaluation set:
19
- {'eval_loss': 0.6931471228599548, 'eval_runtime': 213.9537, 'eval_samples_per_second': 1.486, 'eval_steps_per_second': 0.743, 'eval_rewards/chosen': 0.0, 'eval_rewards/rejected': 0.0, 'eval_rewards/accuracies': 0.0, 'eval_rewards/margins': 0.0, 'eval_logps/rejected': -12.07151985168457, 'eval_logps/chosen': -7.126925468444824, 'eval_logits/rejected': -2.2169549465179443, 'eval_logits/chosen': -2.2155022621154785, 'epoch': 0.0}
 
 
 
 
 
 
 
 
20
 
21
- ## Intended uses & limitations
22
 
23
- This model has not been trained to avoid specific intructions.
24
 
25
- ## Training procedure
26
 
27
- Finetuning was done on the model Weni/WeniGPT-2.3.3-Zephyr-7B-zephyr-prompt-LLM_Base_2.0.3_SFT_reduction_variation with the following prompt:
28
 
29
- ```
30
- Pt:
31
- ### Instruction:
32
- Você é um médico tratando um paciente com amnésia. Para responder as perguntas do paciente, você irá ler um texto anteriormente para se contextualizar. Se você trouxer informações desconhecidas, fora do texto lido, poderá deixar o paciente confuso. Se o paciente fizer uma questão sobre informações não presentes no texto, você precisa responder de forma educada que você não tem informação suficiente para responder, pois se tentar responder, pode trazer informações que não ajudarão o paciente recuperar sua memória.Lembre, se não estiver no texto, você precisa responder de forma educada que você não tem informação suficiente para responder. Precisamos ajudar o paciente.
33
- </s>### Input:
34
- TEXTO: {context}
35
 
36
- PERGUNTA: {question}
37
- </s>
38
- ### Response:
39
- RESPOSTA: {chosen_response}</s>
40
- ### Response:
41
- RESPOSTA: {rejected_response}</s>
42
 
43
- ```
44
 
45
  ### Training hyperparameters
46
 
47
  The following hyperparameters were used during training:
48
  - learning_rate: 2e-05
49
- - per_device_train_batch_size: 2
50
- - per_device_eval_batch_size: 2
 
51
  - gradient_accumulation_steps: 2
52
- - num_gpus: 1
53
  - total_train_batch_size: 4
54
- - optimizer: AdamW
55
- - lr_scheduler_type: cosine
56
- - num_steps: 1
57
- - quantization_type: bitsandbytes
58
- - LoRA: ("\n - bits: 4\n - use_exllama: True\n - device_map: auto\n - use_cache: False\n - lora_r: 8\n - lora_alpha: 16\n - lora_dropout: 0.1\n - bias: none\n - target_modules: ['q_proj', 'k_proj', 'v_proj', 'o_proj']\n - task_type: CAUSAL_LM",)
59
 
60
  ### Training results
61
 
 
 
62
  ### Framework versions
63
 
64
- - transformers==4.38.2
65
- - datasets==2.17.1
66
- - peft==0.8.2
67
- - safetensors==0.4.2
68
- - evaluate==0.4.1
69
- - bitsandbytes==0.42
70
- - huggingface_hub==0.20.3
71
- - seqeval==1.2.2
72
- - optimum==1.17.1
73
- - auto-gptq==0.7.0
74
- - gpustat==1.1.1
75
- - deepspeed==0.13.2
76
- - wandb==0.16.3
77
- - trl==0.7.11
78
- - accelerate==0.27.2
79
- - coloredlogs==15.0.1
80
- - traitlets==5.14.1
81
- - autoawq@https://github.com/casper-hansen/AutoAWQ/releases/download/v0.2.0/autoawq-0.2.0+cu118-cp310-cp310-linux_x86_64.whl
82
-
83
- ### Hardware
84
- - Cloud provided: runpod.io
 
1
  ---
2
  license: mit
3
+ library_name: peft
4
  tags:
5
+ - trl
6
+ - dpo
7
+ - generated_from_trainer
8
+ base_model: HuggingFaceH4/zephyr-7b-beta
9
  model-index:
10
+ - name: WeniGPT-DPO-test
11
  results: []
 
12
  ---
13
 
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # WeniGPT-DPO-test
18
 
19
+ This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6931
22
+ - Rewards/chosen: 0.0
23
+ - Rewards/rejected: 0.0
24
+ - Rewards/accuracies: 0.0
25
+ - Rewards/margins: 0.0
26
+ - Logps/rejected: -12.7530
27
+ - Logps/chosen: -7.2418
28
+ - Logits/rejected: -2.2130
29
+ - Logits/chosen: -2.2118
30
 
31
+ ## Model description
32
 
33
+ More information needed
34
 
35
+ ## Intended uses & limitations
36
 
37
+ More information needed
38
 
39
+ ## Training and evaluation data
 
 
 
 
 
40
 
41
+ More information needed
 
 
 
 
 
42
 
43
+ ## Training procedure
44
 
45
  ### Training hyperparameters
46
 
47
  The following hyperparameters were used during training:
48
  - learning_rate: 2e-05
49
+ - train_batch_size: 2
50
+ - eval_batch_size: 2
51
+ - seed: 42
52
  - gradient_accumulation_steps: 2
 
53
  - total_train_batch_size: 4
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_ratio: 0.1
57
+ - training_steps: 1
58
+ - mixed_precision_training: Native AMP
59
 
60
  ### Training results
61
 
62
+
63
+
64
  ### Framework versions
65
 
66
+ - PEFT 0.8.2
67
+ - Transformers 4.38.2
68
+ - Pytorch 2.1.0+cu118
69
+ - Datasets 2.17.1
70
+ - Tokenizers 0.15.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter_config.json CHANGED
@@ -19,10 +19,10 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "k_proj",
23
  "v_proj",
24
- "o_proj",
25
- "q_proj"
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
  "k_proj",
24
  "v_proj",
25
+ "o_proj"
 
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bbef180681f144aae4e266886f413c0f6b6c0936912eabd09a8897ae9acbdc2
3
  size 27297032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fed0784d71b880f07f58c125f95587e8591c55910f9e9e8db3bc44019974bf
3
  size 27297032
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce8377191e16f6eb828ceffe2c170ab150349bf2b9a967e1cf197dfafb511f61
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456c5c5b03a026d5e2a70a799231d8f2b2d00e4a08eec9014824ff0300f8482e
3
  size 5112