clefourrier HF Staff commited on
Commit
4a202b5
·
1 Parent(s): 8ceec7b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: completion
7
+ dtype: string
8
+ splits:
9
+ - name: mid_word_1_anagrams
10
+ num_bytes: 271516
11
+ num_examples: 10000
12
+ - name: mid_word_2_anagrams
13
+ num_bytes: 282654
14
+ num_examples: 10000
15
+ - name: cycle_letters_in_word
16
+ num_bytes: 282654
17
+ num_examples: 10000
18
+ - name: random_insertion_in_word
19
+ num_bytes: 353981
20
+ num_examples: 10000
21
+ - name: reversed_words
22
+ num_bytes: 282654
23
+ num_examples: 10000
24
+ download_size: 1131195
25
+ dataset_size: 1473459
26
+ ---
27
+ # Dataset Card for "unscramble_GPT3"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)