artificialguybr commited on
Commit
f169ee9
1 Parent(s): 5dfa501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -7
README.md CHANGED
@@ -35,7 +35,7 @@ sequence_len: 8192
35
  sample_packing: true
36
  pad_to_sequence_len: true
37
 
38
- wandb_project: meta-llama-8b-sql-create-context
39
  wandb_entity:
40
  wandb_watch:
41
  wandb_name:
@@ -81,21 +81,39 @@ special_tokens:
81
 
82
  # out-llama8b-alpaca-data-pt-br
83
 
84
- This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B](https://huggingface.co/NousResearch/Meta-Llama-3-8B) on the None dataset.
85
  It achieves the following results on the evaluation set:
86
  - Loss: 1.1227
87
 
88
  ## Model description
89
 
90
- More information needed
91
 
92
- ## Intended uses & limitations
93
 
94
- More information needed
95
 
96
- ## Training and evaluation data
97
 
98
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  ## Training procedure
101
 
 
35
  sample_packing: true
36
  pad_to_sequence_len: true
37
 
38
+ wandb_project: meta-llama-8b-alpacadata-br
39
  wandb_entity:
40
  wandb_watch:
41
  wandb_name:
 
81
 
82
  # out-llama8b-alpaca-data-pt-br
83
 
84
+ This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B](https://huggingface.co/NousResearch/Meta-Llama-3-8B) on the [dominguesm/alpaca-data-pt-br](https://huggingface.co/dominguesm/alpaca-data-pt-br) dataset.
85
  It achieves the following results on the evaluation set:
86
  - Loss: 1.1227
87
 
88
  ## Model description
89
 
90
+ The model is a Portuguese language understanding model designed to generate responses to a wide range of questions and prompts. It takes as input a natural language question or prompt and outputs a corresponding response.
91
 
92
+ The model is trained on a dataset of 51k examples, which is a cleaned and translated version of the original Alpaca Dataset released by Stanford. The original dataset was translated to Portuguese (Brazil) to provide a more culturally and linguistically relevant resource for the Brazilian market.
93
 
94
+ The dataset was carefully reviewed to identify and fix issues present in the original release, ensuring that the model is trained on high-quality data. The model is intended to be used in applications where a deep understanding of Portuguese language is required, such as chatbots, virtual assistants, and language translation systems.
95
 
96
+ ## Intended uses:
97
 
98
+ Generating responses to natural language questions and prompts in Portuguese
99
+
100
+ Supporting chatbots, virtual assistants, and other conversational AI applications
101
+
102
+ Enhancing language translation systems and machine translation models
103
+
104
+ Providing a culturally and linguistically relevant resource for the Brazilian market
105
+
106
+ ## Limitations
107
+
108
+ The model may not generalize well to other languages or dialects
109
+
110
+ The model may not perform well on out-of-domain or unseen topics
111
+
112
+ The model may not be able to handle ambiguous or open-ended prompts
113
+
114
+ The model may not be able to understand nuances of regional dialects or slang
115
+
116
+ The model may not be able to handle prompts that require common sense or real-world knowledge
117
 
118
  ## Training procedure
119