LoupGarou commited on
Commit
02f9056
1 Parent(s): 2d16b4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -9,21 +9,21 @@ license:
9
  - apache-2.0
10
  ---
11
 
12
- WizardGuanaco-V1.0 Model Card
13
  The WizardCoder-Guanaco-15B-V1.0 is a language model that combines the strengths of the WizardCoder base model and the Guanaco finetuning dataset. The Guanaco dataset is trimmed to within 2 standard deviations of token size for input and output pairs and all non-english data has been removed to reduce training size requirements.
14
 
15
- Model Description
16
  This model is built on top of the WizardCoder base model, a large language model known for its impressive capabilities in code related instruction. The WizardCoder base model was further finetuned using QLORA on the Guanaco dataset to enhance its generative abilities.
17
 
18
  However, to ensure more targeted learning and data processing, the Guanaco dataset was trimmed to within 2 standard deviations of token size for question sets. This process enhances the model's ability to generate more precise and relevant answers, eliminating outliers that could potentially distort the responses. In addition, to focus on English language proficiency, all non-English data has been removed from the Guanaco dataset.
19
 
20
- Intended Use
21
  This model is designed to be used for a wide array of text generation tasks that require understanding and generating English text. The model is expected to perform well in tasks such as answering questions, writing essays, summarizing text, translation, and more. However, given the specific data processing and finetuning done, it might be particularly effective for tasks related to English language question-answering systems.
22
 
23
- Limitations
24
  Despite the powerful capabilities of this model, users should be aware of its limitations. The model's knowledge is up to date only until the time it was trained, and it doesn't know about events in the world after that. It can sometimes produce incorrect or nonsensical responses, as it doesn't understand the text in the same way humans do. It should be used as a tool to assist in generating text and not as a sole source of truth.
25
 
26
- How to use
27
  Here is an example of how to use this model:
28
 
29
  ```python
@@ -69,8 +69,8 @@ if __name__ == "__main__":
69
 
70
  ```
71
 
72
- Training Procedure
73
  The base WizardCoder model was finetuned on the Guanaco dataset using QLORA, which was trimmed to within 2 standard deviations of token size for question sets and randomized. All non-English data was also removed from this finetuning dataset.
74
 
75
- Acknowledgements
76
  This model is the result of finetuning efforts based on the WizardCoder base model and the Guanaco model. Many thanks to the creators and the community around these models. Special thanks to the Hugging Face team for providing the transformers library which made this work possible.
 
9
  - apache-2.0
10
  ---
11
 
12
+ ## WizardGuanaco-V1.0 Model Card
13
  The WizardCoder-Guanaco-15B-V1.0 is a language model that combines the strengths of the WizardCoder base model and the Guanaco finetuning dataset. The Guanaco dataset is trimmed to within 2 standard deviations of token size for input and output pairs and all non-english data has been removed to reduce training size requirements.
14
 
15
+ # Model Description
16
  This model is built on top of the WizardCoder base model, a large language model known for its impressive capabilities in code related instruction. The WizardCoder base model was further finetuned using QLORA on the Guanaco dataset to enhance its generative abilities.
17
 
18
  However, to ensure more targeted learning and data processing, the Guanaco dataset was trimmed to within 2 standard deviations of token size for question sets. This process enhances the model's ability to generate more precise and relevant answers, eliminating outliers that could potentially distort the responses. In addition, to focus on English language proficiency, all non-English data has been removed from the Guanaco dataset.
19
 
20
+ # Intended Use
21
  This model is designed to be used for a wide array of text generation tasks that require understanding and generating English text. The model is expected to perform well in tasks such as answering questions, writing essays, summarizing text, translation, and more. However, given the specific data processing and finetuning done, it might be particularly effective for tasks related to English language question-answering systems.
22
 
23
+ # Limitations
24
  Despite the powerful capabilities of this model, users should be aware of its limitations. The model's knowledge is up to date only until the time it was trained, and it doesn't know about events in the world after that. It can sometimes produce incorrect or nonsensical responses, as it doesn't understand the text in the same way humans do. It should be used as a tool to assist in generating text and not as a sole source of truth.
25
 
26
+ # How to use
27
  Here is an example of how to use this model:
28
 
29
  ```python
 
69
 
70
  ```
71
 
72
+ # Training Procedure
73
  The base WizardCoder model was finetuned on the Guanaco dataset using QLORA, which was trimmed to within 2 standard deviations of token size for question sets and randomized. All non-English data was also removed from this finetuning dataset.
74
 
75
+ # Acknowledgements
76
  This model is the result of finetuning efforts based on the WizardCoder base model and the Guanaco model. Many thanks to the creators and the community around these models. Special thanks to the Hugging Face team for providing the transformers library which made this work possible.