dominguesm commited on
Commit
387d40f
1 Parent(s): 86e5125

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: original_text
5
+ dtype: string
6
+ - name: reframed_text
7
+ dtype: string
8
+ - name: strategy
9
+ dtype: string
10
+ - name: strategy_original_text
11
+ dtype: string
12
+ splits:
13
+ - name: dev
14
+ num_bytes: 318805
15
+ num_examples: 835
16
+ - name: test
17
+ num_bytes: 321952
18
+ num_examples: 835
19
+ - name: train
20
+ num_bytes: 2586935
21
+ num_examples: 6679
22
+ download_size: 1845244
23
+ dataset_size: 3227692
24
+ ---
25
+ # Dataset Card for "positive-reframing-ptbr-dataset"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)