Datasets:

Modalities:
Text
Formats:
json
Languages:
Oriya
Libraries:
Datasets
pandas
License:
sam2ai commited on
Commit
cfb9b6a
1 Parent(s): a3c980c

data card added

Browse files
Files changed (1) hide show
  1. README.md +79 -1
README.md CHANGED
@@ -1,3 +1,81 @@
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: odia-qa-98K
8
+ size_categories:
9
+ - 10K<n<100K
10
  ---
11
+
12
+ # Dataset Card for odia-qa-98K
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
+
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
+ english_instruction (string)
42
+
43
+ input (string)
44
+
45
+ english_input (string)
46
+
47
+ output (string)
48
+
49
+ english_output (string)
50
+
51
+
52
+ ### Licensing Information
53
+
54
+ This work is licensed under a
55
+ [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
56
+
57
+ [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
58
+
59
+ [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
60
+ [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
61
+ [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
62
+
63
+ ### Citation Information
64
+
65
+ If you find this repository useful, please consider giving 👏 and citing:
66
+
67
+ ```
68
+ @misc{OdiaGenAI,
69
+ 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},
70
+ title = {OdiaGenAI: Generative AI and LLM Initiative for the Odia Language},
71
+ year = {2023},
72
+ publisher = {Hugging Face},
73
+ journal = {Hugging Face repository},
74
+ howpublished = {\url{https://huggingface.co/OdiaGenAI}},
75
+ }
76
+ ```
77
+
78
+ ### Contributions
79
+
80
+ - Shantipriya Parida
81
+ - Sambit Sekhar