Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This model is a 7B [OpenHathi](https://huggingface.co/sarvamai/OpenHathi-7B-Hi-v
|
|
17 |
which is a collection of instruction datasets (Anudesh, wikiHow, Flan v2, Dolly, Anthropic-HHH, OpenAssistant v1, and LymSys-Chat).
|
18 |
Please check the corresponding huggingface dataset card for more details.
|
19 |
|
20 |
-
This was trained as part of the
|
21 |
The codebase used to train and evaluate this model can be found at [https://github.com/AI4Bharat/IndicInstruct](https://github.com/AI4Bharat/IndicInstruct).
|
22 |
|
23 |
## Usage
|
@@ -26,7 +26,7 @@ Clone [https://github.com/AI4Bharat/IndicInstruct](https://github.com/AI4Bharat/
|
|
26 |
|
27 |
## Input Format
|
28 |
|
29 |
-
The model is trained to use the chat format similar to [
|
30 |
```
|
31 |
<|user|>
|
32 |
Your message here!
|
|
|
17 |
which is a collection of instruction datasets (Anudesh, wikiHow, Flan v2, Dolly, Anthropic-HHH, OpenAssistant v1, and LymSys-Chat).
|
18 |
Please check the corresponding huggingface dataset card for more details.
|
19 |
|
20 |
+
This was trained as part of the technical report [Airavata: Introducing Hindi Instruction-tuned LLM](https://arxiv.org/abs/2401.15006).
|
21 |
The codebase used to train and evaluate this model can be found at [https://github.com/AI4Bharat/IndicInstruct](https://github.com/AI4Bharat/IndicInstruct).
|
22 |
|
23 |
## Usage
|
|
|
26 |
|
27 |
## Input Format
|
28 |
|
29 |
+
The model is trained to use the chat format similar to [open-instruct code repository](https://github.com/allenai/open-instruct) (note the newlines):
|
30 |
```
|
31 |
<|user|>
|
32 |
Your message here!
|