jaygala24 commited on
Commit
a480082
1 Parent(s): c27755a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 blog [Airavata: Introducing Hindi Instruction-tuned LLM](https://ai4bharat.github.io/airavata).
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 [Wang et al. 2023](https://arxiv.org/abs/2306.04751) ([code repository](https://github.com/allenai/open-instruct)) (note the newlines):
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!