fr3on commited on
Commit
fc90ab4
·
verified ·
1 Parent(s): 29e46b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -17
README.md CHANGED
@@ -1,27 +1,46 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
- - name: text
5
- dtype: string
6
- - name: label
7
- dtype: string
8
- - name: score
9
- dtype: float32
10
- - name: domain
11
- dtype: string
12
- - name: is_conflict
13
- dtype: bool
 
 
 
 
 
14
  splits:
15
- - name: train
16
- num_bytes: 178122
17
- num_examples: 1504
18
  download_size: 75168
19
  dataset_size: 178122
20
  configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
  ---
26
 
27
  # Arabic Feedback Corpus
 
1
  ---
2
+ language:
3
+ - ar
4
+ license: mit
5
+ task_categories:
6
+ - text-classification
7
+ tags:
8
+ - arabic
9
+ - sentiment
10
+ - logistics
11
+ - customer-feedback
12
+ - delivery-service
13
+ pretty_name: Arabic Logistics Feedback Corpus
14
+ size_categories:
15
+ - 1K<n<10K
16
  dataset_info:
17
  features:
18
+ - name: text
19
+ dtype: string
20
+ description: Customer feedback text in Arabic about logistics/delivery service
21
+ - name: label
22
+ dtype: string
23
+ description: Sentiment label (positive/negative)
24
+ - name: score
25
+ dtype: float32
26
+ description: Confidence score for the label
27
+ - name: domain
28
+ dtype: string
29
+ description: Domain of the feedback (currently all logistics)
30
+ - name: is_conflict
31
+ dtype: bool
32
+ description: Indicates if there's a conflict between label and actual sentiment
33
  splits:
34
+ - name: train
35
+ num_bytes: 178122
36
+ num_examples: 1504
37
  download_size: 75168
38
  dataset_size: 178122
39
  configs:
40
+ - config_name: default
41
+ data_files:
42
+ - split: train
43
+ path: data/train-*
44
  ---
45
 
46
  # Arabic Feedback Corpus