Datasets:

Languages:
Turkish
ArXiv:
License:
merve HF staff commited on
Commit
551b07c
1 Parent(s): 272f262

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -1
README.md CHANGED
@@ -1,3 +1,94 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train_sft
6
+ path: train_sft.csv
7
+ - split: test_sft
8
+ path: test_sft.csv
9
+ dataset_info:
10
+ features:
11
+ - name: prompt
12
+ dtype: string
13
+ - name: prompt_id
14
+ dtype: string
15
+ - name: messages
16
+ list:
17
+ - name: content
18
+ dtype: string
19
+ - name: role
20
+ dtype: string
21
+ - name: category
22
+ dtype: string
23
+ splits:
24
+ - name: train_sft
25
+ - name: test_sft
26
+ task_categories:
27
+ - conversational
28
+ - text-generation
29
+ language:
30
+ - tr
31
+ pretty_name: No Robots
32
+ license: cc-by-nc-4.0
33
  ---
34
+ # No Robots Veriseti Kartı 🙅‍♂️🤖
35
+
36
+ ### Özet
37
+
38
+ No Robots 10000 komut ve gösterimden oluşan, profesyonel etiketleyiciler tarafından oluşturulmuş bir verisetidir. Çevirisi Google Cloud Platform Translation API ile yapıldı. Bu veriset LLM'lere komut takibi öğretmek için kullanılabilir. (Instruction Supervised Fine-tuning - SFT)
39
+ No Robots veriseti OpenAI'ın [InstructGPT makalesinden](https://huggingface.co/papers/2203.02155) esinlenerek oluşturulmuştur ve aşağıdaki kategorilere sahiptir:
40
+
41
+ | Kategori | Adet |
42
+ |:-----------|--------:|
43
+ | Generation | 4560 |
44
+ | Open QA | 1240 |
45
+ | Brainstorm | 1120 |
46
+ | Chat | 850 |
47
+ | Rewrite | 660 |
48
+ | Summarize | 420 |
49
+ | Coding | 350 |
50
+ | Classify | 350 |
51
+ | Closed QA | 260 |
52
+ | Extract | 190 |
53
+
54
+ ### Diller
55
+
56
+ Bu verisetinde sadece Türkçe var.
57
+
58
+ ## Veriseti Yapısı
59
+
60
+ Bu verisetini CSV olarak yükledim. Örneklerin neye benzediğini görmek istiyorsanız widget'a bakın.
61
+
62
+ ### Veri Alanları
63
+
64
+ Kolonlar aşağıdaki gibidir:
65
+
66
+ * `prompt`: Modelin takip etmesi gereken komutu belirler.
67
+ * `prompt_id`: Unique identifier.
68
+ * `messages`: Dictionary'ler içeren liste, her dictionary bir mesajı (key: content) ve o mesajı kimin gönderdiğini (key: role) açıklar.
69
+ * `category`: Görevin kategorisi, bunu çevirmedim.
70
+
71
+ ### Split'ler
72
+
73
+ | | train_sft | test_sft |
74
+ |---------------|------:| ---: |
75
+ | no_robots | 9500 | 500 |
76
+
77
+
78
+ ### Lisans
79
+
80
+ Bu veriseti ne yazık ki açık kaynak değil açık erişimli. Lisansı [Creative Commons NonCommercial (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/legalcode).
81
+ Eğer verisetinin kendisi açık kaynak olursa bu veriseti de açık kaynak olacaktır, çünkü çevirisini çeviriler üstünde fikri mülkiyet istemeyen GCP tarafından yaptım.
82
+
83
+ ### Citation
84
+
85
+ ```
86
+ @misc{no_robots,
87
+ author = {Nazneen Rajani and Lewis Tunstall and Edward Beeching and Nathan Lambert and Alexander M. Rush and Thomas Wolf},
88
+ title = {No Robots},
89
+ year = {2023},
90
+ publisher = {Hugging Face},
91
+ journal = {Hugging Face repository},
92
+ howpublished = {\url{https://huggingface.co/datasets/HuggingFaceH4/no_robots}}
93
+ }
94
+ ```