Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
liyucheng commited on
Commit
526cb31
·
1 Parent(s): c4ed232

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: author
7
+ dtype: string
8
+ - name: score
9
+ dtype: int64
10
+ - name: ups
11
+ dtype: int64
12
+ - name: downs
13
+ dtype: int64
14
+ - name: date
15
+ dtype: string
16
+ - name: created_utc
17
+ dtype: int64
18
+ - name: subreddit
19
+ dtype: string
20
+ - name: id
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 1764500045
25
+ num_examples: 12704751
26
+ download_size: 903559115
27
+ dataset_size: 1764500045
28
+ ---
29
+ # Dataset Card for "SARC_Sarcasm"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)