ironrock commited on
Commit
639d91f
1 Parent(s): 5451577

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +69 -51
README.md CHANGED
@@ -1,82 +1,100 @@
1
  ---
2
- license: other
3
- library_name: peft
4
  tags:
5
- - trl
6
- - sft
7
  - SFT
8
  - WeniGPT
9
- - generated_from_trainer
10
  base_model: meta-llama/Meta-Llama-3-8B
11
- datasets:
12
- - generator
13
  model-index:
14
- - name: WeniGPT-Agents-Llama3-1.0.9-SFT
15
  results: []
 
16
  ---
17
 
18
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
- should probably proofread and complete it, then remove this comment. -->
20
 
21
- # WeniGPT-Agents-Llama3-1.0.9-SFT
 
22
 
23
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the generator dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 1.3636
26
 
27
- ## Model description
28
 
29
- More information needed
30
 
31
- ## Intended uses & limitations
32
 
33
- More information needed
34
 
35
- ## Training and evaluation data
 
 
 
 
36
 
37
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
- ## Training procedure
 
 
 
 
 
 
 
 
40
 
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 0.0002
45
- - train_batch_size: 1
46
- - eval_batch_size: 1
47
- - seed: 42
48
- - distributed_type: multi-GPU
49
- - num_devices: 4
50
  - gradient_accumulation_steps: 2
 
51
  - total_train_batch_size: 8
52
- - total_eval_batch_size: 4
53
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
- - lr_scheduler_type: linear
55
- - lr_scheduler_warmup_ratio: 0.03
56
- - training_steps: 330
57
- - mixed_precision_training: Native AMP
58
 
59
  ### Training results
60
 
61
- | Training Loss | Epoch | Step | Validation Loss |
62
- |:-------------:|:------:|:----:|:---------------:|
63
- | 1.3488 | 0.5357 | 30 | 1.3763 |
64
- | 1.1798 | 1.0714 | 60 | 1.3427 |
65
- | 0.9664 | 1.6071 | 90 | 1.3636 |
66
- | 0.7042 | 2.1429 | 120 | 1.3713 |
67
- | 0.6411 | 2.6786 | 150 | 1.4061 |
68
- | 0.4672 | 3.2143 | 180 | 1.4098 |
69
- | 0.504 | 3.75 | 210 | 1.4394 |
70
- | 0.369 | 4.2857 | 240 | 1.4497 |
71
- | 0.4151 | 4.8214 | 270 | 1.4749 |
72
- | 0.3582 | 5.3571 | 300 | 1.5003 |
73
- | 0.3292 | 5.8929 | 330 | 1.4934 |
74
-
75
-
76
  ### Framework versions
77
 
78
- - PEFT 0.10.0
79
- - Transformers 4.40.0
80
- - Pytorch 2.1.0+cu118
81
- - Datasets 2.18.0
82
- - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ library_name: "trl"
4
  tags:
 
 
5
  - SFT
6
  - WeniGPT
 
7
  base_model: meta-llama/Meta-Llama-3-8B
 
 
8
  model-index:
9
+ - name: Weni/WeniGPT-Agents-Llama3-1.0.9-SFT
10
  results: []
11
+ language: ['pt']
12
  ---
13
 
14
+ # Weni/WeniGPT-Agents-Llama3-1.0.9-SFT
 
15
 
16
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B] on the dataset Weni/wenigpt-agent-1.4.0 with the SFT trainer. It is part of the WeniGPT project for [Weni](https://weni.ai/).
17
+ Description: Experiment with SFT and Llama3 and updates in requirements
18
 
 
19
  It achieves the following results on the evaluation set:
20
+ {'eval_loss': 1.3635696172714233, 'eval_runtime': 4.9644, 'eval_samples_per_second': 9.266, 'eval_steps_per_second': 2.417, 'epoch': 5.892857142857143}
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 meta-llama/Meta-Llama-3-8B 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
+ Question:
50
+ {question}
51
 
52
+
53
+ ---------------------
54
+ Response:
55
+ {answer}
56
+
57
+
58
+ ---------------------
59
+
60
+ ```
61
 
62
  ### Training hyperparameters
63
 
64
  The following hyperparameters were used during training:
65
  - learning_rate: 0.0002
66
+ - per_device_train_batch_size: 1
67
+ - per_device_eval_batch_size: 1
 
 
 
68
  - gradient_accumulation_steps: 2
69
+ - num_gpus: 4
70
  - total_train_batch_size: 8
71
+ - optimizer: AdamW
72
+ - lr_scheduler_type: cosine
73
+ - num_steps: 330
74
+ - quantization_type: bitsandbytes
75
+ - LoRA: ('\n - bits: 4\n - use_exllama: True\n - device_map: auto\n - use_cache: False\n - lora_r: 16\n - lora_alpha: 32\n - lora_dropout: 0.1\n - bias: none\n - target_modules: all-linear\n - task_type: CAUSAL_LM',)
 
76
 
77
  ### Training results
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ### Framework versions
80
 
81
+ - transformers==4.40.0
82
+ - datasets==2.18.0
83
+ - peft==0.10.0
84
+ - safetensors==0.4.2
85
+ - evaluate==0.4.1
86
+ - bitsandbytes==0.43
87
+ - huggingface_hub==0.22.2
88
+ - seqeval==1.2.2
89
+ - auto-gptq==0.7.1
90
+ - gpustat==1.1.1
91
+ - deepspeed==0.14.0
92
+ - wandb==0.16.6
93
+ - trl==0.8.1
94
+ - accelerate==0.29.3
95
+ - coloredlogs==15.0.1
96
+ - traitlets==5.14.2
97
+ - git+https://github.com/casper-hansen/AutoAWQ.git
98
+
99
+ ### Hardware
100
+ - Cloud provided: runpod.io