Datasets:
2A2I
/

Modalities:
Text
Formats:
parquet
Languages:
Arabic
ArXiv:
Tags:
License:
Ali-C137 commited on
Commit
9b06407
1 Parent(s): c8e5de4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -44
README.md CHANGED
@@ -30,7 +30,6 @@ dataset_info:
30
  download_size: 11045465
31
  dataset_size: 17384327
32
  task_categories:
33
- - conversational
34
  - text-generation
35
  language:
36
  - ar
@@ -38,61 +37,49 @@ pretty_name: لا روبوتات
38
  license: cc-by-nc-4.0
39
  ---
40
 
41
- <div dir="rtl">
42
-
43
- ### بطاقة مجموعة البيانات لـ "لا روبوت" 🙅‍♂️🤖
44
 
45
- #### ملخص
46
 
47
- "لا روبوتات" هي مجموعة بيانات تتكون من 10000 تعليمة وعرض، تم إنشاؤها بواسطة ملصقين محترفين. تمت ترجمتها باستخدام Google Cloud Platform Translation API. يمكن استخدام هذه المجموعة لتدريب نماذج اللغة على تتبع التعليمات بشكل أفضل (تدريب دقيق موجه بالتعليمات - SFT). تم إنشاء مجموعة "لا روبوتات" استنادًا إلى مجموعة البيانات الموصوفة في ورقة OpenAI's [InstructGPT](https://huggingface.co/papers/2203.02155)، وتشمل التصنيفات التالية:
48
- </div>
49
 
50
- | الفئة | العدد |
51
- |:------------|------:|
52
- | الإنشاء | 4560 |
53
- | الأسئلة المفتوحة | 1240 |
54
- | العصف الذهني | 1120 |
55
- | الدردشة | 850 |
56
- | إعادة الكتابة | 660 |
57
- | الخلاصة | 420 |
58
- | البرمجة | 350 |
59
- | التصنيف | 350 |
60
- | الأسئلة المغلقة | 260 |
61
- | الاستخراج | 190 |
62
 
 
63
 
64
- <div dir="rtl">
65
-
66
- #### اللغات
67
 
68
- تتوفر مجموعة البيانات هذه على اللغة العربية فقط. يمكن العثور على النسخة الأصلية باللغة الإنجليزية على [هذا الرابط](https://huggingface.co/datasets/HuggingFaceH4/no_robots)، والنسخة التركية على [هذا الرابط](https://huggingface.co/datasets/merve/tr-h4-norobots).
69
 
 
70
 
71
- #### حقول البيانات
 
 
 
72
 
73
- الأعمدة كالتالي:
74
 
75
- * `prompt`: يحدد التعليمة التي يجب أن يتبعها النموذج.
76
- * `prompt_id`: معرف فريد.
77
- * `messages`: قائمة تحتوي على قواميس، كل قاموس يصف رسالة (key: content) ومن أرسلها (key: role).
78
- * `category`: فئة المهمة، لم أقم بترجمة هذا.
79
 
80
- #### التقسيمات
81
- </div>
82
 
83
- | | train | test |
84
- |-------------------|----------:|--------:|
85
- | لا روبوتات | 9500 | 500 |
86
 
87
-
88
- <div dir="rtl">
89
-
90
- #### الترخيص
91
-
92
- مجموعة البيانات متاحة تحت رخصة [(CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/legalcode).
93
-
94
- #### معلومات الاقتباس
95
- </div>
96
 
97
  ```
98
  @misc{no_robots,
@@ -103,4 +90,4 @@ license: cc-by-nc-4.0
103
  journal = {Hugging Face repository},
104
  howpublished = {\url{https://huggingface.co/datasets/HuggingFaceH4/no_robots}}
105
  }
106
- ```
 
30
  download_size: 11045465
31
  dataset_size: 17384327
32
  task_categories:
 
33
  - text-generation
34
  language:
35
  - ar
 
37
  license: cc-by-nc-4.0
38
  ---
39
 
40
+ ### Dataset Card for "No Robots" 🙅‍♂️🤖
 
 
41
 
42
+ #### Summary
43
 
44
+ "No Robots" is a dataset consisting of 10,000 instructions and demonstrations, created by professional annotators. It was translated using the Google Cloud Platform Translation API. This dataset can be used to train language models to follow instructions more accurately (instruction-tuned fine-tuning - SFT). The "No Robots" dataset was created based on the dataset described in OpenAI's [InstructGPT](https://huggingface.co/papers/2203.02155) paper, and includes the following categories:
 
45
 
46
+ | Category | Count |
47
+ |-------------------|------:|
48
+ | Creation | 4560 |
49
+ | Open Questions | 1240 |
50
+ | Brainstorming | 1120 |
51
+ | Chatting | 850 |
52
+ | Rewriting | 660 |
53
+ | Summarization | 420 |
54
+ | Programming | 350 |
55
+ | Classification | 350 |
56
+ | Closed Questions | 260 |
57
+ | Extraction | 190 |
58
 
59
+ #### Languages
60
 
61
+ This dataset is available in Arabic only. The original version in **English** can be found at [this link](https://huggingface.co/datasets/HuggingFaceH4/no_robots), and the **Turkish** version at [this link](https://huggingface.co/datasets/merve/tr-h4-norobots).
 
 
62
 
63
+ #### Data Fields
64
 
65
+ Columns as follows:
66
 
67
+ * `prompt`: Specifies the instruction that the model should follow.
68
+ * `prompt_id`: A unique identifier.
69
+ * `messages`: A list containing dictionaries, each dictionary describes a message (key: content) and who sent it (key: role).
70
+ * `category`: The task category, I did not translate this.
71
 
72
+ #### Splits
73
 
74
+ | | train | test |
75
+ |------------------|------:|-----:|
76
+ | No Robots | 9500 | 500 |
 
77
 
78
+ #### License
 
79
 
80
+ The dataset is available under the [(CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/legalcode) license.
 
 
81
 
82
+ #### Citation Information
 
 
 
 
 
 
 
 
83
 
84
  ```
85
  @misc{no_robots,
 
90
  journal = {Hugging Face repository},
91
  howpublished = {\url{https://huggingface.co/datasets/HuggingFaceH4/no_robots}}
92
  }
93
+ ```