Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- hi
|
5 |
+
tags:
|
6 |
+
- text-generation-inference
|
7 |
+
- transformers
|
8 |
+
- unsloth
|
9 |
+
- gemma
|
10 |
+
- trl
|
11 |
+
base_model: unsloth/gemma-7b-bnb-4bit
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
---
|
14 |
+
# Uploaded model
|
15 |
+
|
16 |
+
- **Developed by:** Ellight
|
17 |
+
- **License:** apache-2.0
|
18 |
+
- **Finetuned from model :** unsloth/gemma-7b-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)
|
23 |
+
|
24 |
+
# Hindi-Gemma-2B-instruct (Instruction-tuned)
|
25 |
+
|
26 |
+
Hindi-Gemma-2B-instruct is an instruction-tuned Hindi large language model (LLM) with 2 billion parameters, and it is based on Gemma 2B.
|