shantipriya commited on
Commit
d0d131f
1 Parent(s): a59951d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -1,3 +1,73 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - or
7
+ pretty_name: OdiEnCorp_translation_instructions_25k
8
+ size_categories:
9
+ - 10K<n<100K
10
  ---
11
+
12
+ # Dataset Card for OdiEnCorp_translation_instructions_25k
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage: https://www.odiagenai.org/**
17
+ - **Repository: https://github.com/shantipriyap/OdiaGenAI**
18
+ - **Point of Contact: Shantipriya Parida, and Sambit Sekhar**
19
+
20
+ ### Dataset Summary
21
+
22
+ This dataset is the English-to-Odia translation instruction set. The instruction set is built using the OdienCorp_1.0 English-Odia parallel dataset. The instruction set contains input, and output strings.
23
+
24
+ ### Supported Tasks and Leaderboards
25
+
26
+ Large Language Model (LLM)
27
+
28
+ ### Languages
29
+
30
+ Odia
31
+
32
+ ## Dataset Structure
33
+
34
+ JSON
35
+
36
+
37
+ ### Data Fields
38
+
39
+ instruction (string)
40
+
41
+ output (string)
42
+
43
+
44
+ ### Licensing Information
45
+
46
+ This work is licensed under a
47
+ [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
48
+
49
+ [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
50
+
51
+ [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
52
+ [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
53
+ [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
54
+
55
+ ### Citation Information
56
+
57
+ If you find this repository useful, please consider giving 👏 and citing:
58
+
59
+ ```
60
+ @misc{OdiaGenAI,
61
+ author = {Shantipriya Parida and Sambit Sekhar and Subhadarshi Panda and Soumendra Kumar Sahoo and Swateek Jena and Abhijeet Parida and Arghyadeep Sen and Satya Ranjan Dash and Deepak Kumar Pradhan},
62
+ title = {OdiaGenAI: Generative AI and LLM Initiative for the Odia Language},
63
+ year = {2023},
64
+ publisher = {Hugging Face},
65
+ journal = {Hugging Face repository},
66
+ howpublished = {\url{https://huggingface.co/OdiaGenAI}},
67
+ }
68
+ ```
69
+
70
+ ### Contributions
71
+
72
+ - Shantipriya Parida
73
+ - Sambit Sekhar