Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,15 @@ To dive deep into the development and capabilities of this model, please read th
|
|
17 |
|
18 |
> **Note:** This model is based on the Tamil LLaMA series of models. The GitHub repository remains the same - [https://github.com/abhinand5/tamil-llama](https://github.com/abhinand5/tamil-llama). The base models and the updated code for Tamil LLaMA v0.2 (which this work is based on) will be released soon.
|
19 |
|
|
|
|
|
|
|
|
|
20 |
## Model description
|
21 |
|
22 |
The Telugu LLaMA models have been enhanced and tailored specifically with an extensive Telugu vocabulary of ~16,000 tokens, building upon the foundation set by the original LLaMA-2.
|
23 |
|
24 |
-
- **Model type:** A 7B parameter GPT-like model finetuned on ~500,000 samples consisting of an equal proportion of English and Telugu samples.
|
25 |
- **Language(s):** Bilingual. English and Telugu.
|
26 |
- **License:** GNU General Public License v3.0
|
27 |
- **Finetuned from model:** [To be released soon]()
|
@@ -134,7 +138,7 @@ print(output)
|
|
134 |
|
135 |
## Usage Note
|
136 |
|
137 |
-
It's important to note that the models have not undergone detoxification. Therefore, while they possess impressive linguistic capabilities, there is a possibility for them to generate content that could be deemed harmful or offensive. We urge users to exercise discretion and supervise the model's outputs closely, especially in public or sensitive applications.
|
138 |
|
139 |
## Meet the Developers
|
140 |
|
|
|
17 |
|
18 |
> **Note:** This model is based on the Tamil LLaMA series of models. The GitHub repository remains the same - [https://github.com/abhinand5/tamil-llama](https://github.com/abhinand5/tamil-llama). The base models and the updated code for Tamil LLaMA v0.2 (which this work is based on) will be released soon.
|
19 |
|
20 |
+
If you appreciate this work and would like to support its continued development, consider [buying me a coffee](https://www.buymeacoffee.com/abhinand.b). Your support is invaluable and greatly appreciated.
|
21 |
+
|
22 |
+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/abhinand.b)
|
23 |
+
|
24 |
## Model description
|
25 |
|
26 |
The Telugu LLaMA models have been enhanced and tailored specifically with an extensive Telugu vocabulary of ~16,000 tokens, building upon the foundation set by the original LLaMA-2.
|
27 |
|
28 |
+
- **Model type:** A 7B parameter GPT-like model finetuned on ~500,000 samples consisting of an equal proportion of English and Telugu samples. (Dataset will be released soon)
|
29 |
- **Language(s):** Bilingual. English and Telugu.
|
30 |
- **License:** GNU General Public License v3.0
|
31 |
- **Finetuned from model:** [To be released soon]()
|
|
|
138 |
|
139 |
## Usage Note
|
140 |
|
141 |
+
It's important to note that the models have not undergone detoxification/censorship. Therefore, while they possess impressive linguistic capabilities, there is a possibility for them to generate content that could be deemed harmful or offensive. We urge users to exercise discretion and supervise the model's outputs closely, especially in public or sensitive applications.
|
142 |
|
143 |
## Meet the Developers
|
144 |
|