Datasets:

Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
fda21e1
1 Parent(s): 0a3f9f1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -19,6 +19,27 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: tsac
21
  pretty_name: Tunisian Sentiment Analysis Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Tunisian Sentiment Analysis Corpus
 
19
  - sentiment-classification
20
  paperswithcode_id: tsac
21
  pretty_name: Tunisian Sentiment Analysis Corpus
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: sentence
27
+ dtype: string
28
+ - name: target
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: '1'
33
+ 1: '-1'
34
+ splits:
35
+ - name: test
36
+ num_bytes: 268504
37
+ num_examples: 3400
38
+ - name: train
39
+ num_bytes: 1020146
40
+ num_examples: 13669
41
+ download_size: 963015
42
+ dataset_size: 1288650
43
  ---
44
 
45
  # Dataset Card for Tunisian Sentiment Analysis Corpus