kirankunapuli
commited on
Commit
•
9e4c38d
1
Parent(s):
1970ba2
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,28 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
-
-
|
10 |
- trl
|
11 |
-
base_model:
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
- **Developed by:** kirankunapuli
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/gemma-2b-bnb-4bit
|
19 |
|
20 |
This gemma model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
- hi
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
10 |
+
- llama
|
11 |
- trl
|
12 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
13 |
+
datasets:
|
14 |
+
- yahma/alpaca-cleaned
|
15 |
+
- ravithejads/samvaad-hi-filtered
|
16 |
+
- HydraIndicLM/hindi_alpaca_dolly_67k
|
17 |
+
pipeline_tag: text-generation
|
18 |
---
|
19 |
|
20 |
+
# TinyLlama-1.1B-Hinglish-LORA-v1.0 model
|
21 |
|
22 |
+
- **Developed by:** [Kiran Kunapuli](https://www.linkedin.com/in/kirankunapuli/)
|
23 |
- **License:** apache-2.0
|
24 |
- **Finetuned from model :** unsloth/gemma-2b-bnb-4bit
|
25 |
|
26 |
This gemma model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
27 |
|
28 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|