MaIlz commited on
Commit
d70c434
·
verified ·
1 Parent(s): 6b102b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: prompt
10
+ dtype: string
11
+ - name: completion
12
+ dtype: string
13
+ - name: input_smiles
14
+ dtype: string
15
+ - name: output_smiles
16
+ dtype: string
17
+ - name: task_id
18
+ dtype: int64
19
+ - name: winner_action
20
+ struct:
21
+ - name: fragment_index
22
+ dtype: int64
23
+ - name: new_substring
24
+ dtype: string
25
+ - name: old_substring
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 7238200
30
+ num_examples: 20525
31
+ download_size: 1255865
32
+ dataset_size: 7238200
33
+ ---
34
+ # Dataset Card for "replace_102"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)