1602353775wzj commited on
Commit
c36507f
·
verified ·
1 Parent(s): de32d52

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -54
README.md DELETED
@@ -1,54 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: poem_id
5
- dtype: int64
6
- - name: poem
7
- dtype: string
8
- - name: verses
9
- dtype: int64
10
- - name: emotion
11
- dtype: string
12
- splits:
13
- - name: train
14
- num_bytes: 6541184
15
- num_examples: 5669
16
- - name: test
17
- num_bytes: 4313512
18
- num_examples: 3780
19
- download_size: 42186558
20
- dataset_size: 10854696
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: train-*.parquet
26
- - split: test
27
- path: test-*.parquet
28
- ---
29
-
30
- # Arabic Poem Emotion Classification
31
-
32
- This dataset is derived from [asas-ai/Arabic-Poem-Emotion](https://huggingface.co/datasets/asas-ai/Arabic-Poem-Emotion).
33
-
34
- ## Dataset Information
35
-
36
- The original dataset only contains a train split. We have split it into train (60%) and test (40%) sets with stratified sampling to ensure balanced distribution of emotion labels.
37
-
38
- ## Data Format
39
-
40
- The dataset is stored in Parquet format with the following fields:
41
-
42
- - `poem_id`: int64
43
- - `poem`: string
44
- - `verses`: int64
45
- - `emotion`: string
46
-
47
-
48
- ## Stratification
49
-
50
- The train/test split was performed using stratified sampling based on the 'emotion' field to ensure balanced distribution across emotion categories.
51
-
52
- ## Source
53
-
54
- - Original dataset: [asas-ai/Arabic-Poem-Emotion](https://huggingface.co/datasets/asas-ai/Arabic-Poem-Emotion)