Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Complaint Classification Dataset
|
@@ -66,27 +72,6 @@ To use this dataset in your project, follow these steps:
|
|
66 |
dataset = load_dataset("nanelimon/complaint-classification-dataset")
|
67 |
```
|
68 |
|
69 |
-
3. **Access Dataset Splits**
|
70 |
-
|
71 |
-
The dataset is available in the following splits:
|
72 |
-
|
73 |
-
- `train`
|
74 |
-
- `test`
|
75 |
-
|
76 |
-
You can access these splits as follows:
|
77 |
-
|
78 |
-
```python
|
79 |
-
train_dataset = dataset["train"]
|
80 |
-
test_dataset = dataset["test"]
|
81 |
-
```
|
82 |
-
|
83 |
-
4. **Explore the Dataset**
|
84 |
-
|
85 |
-
To inspect the data, you can use:
|
86 |
-
|
87 |
-
```python
|
88 |
-
print(train_dataset[0])
|
89 |
-
```
|
90 |
|
91 |
## Usage Examples
|
92 |
|
@@ -128,4 +113,4 @@ For any questions or further information, you can reach out to the dataset creat
|
|
128 |
[Hilal TABAK](https://www.linkedin.com/in/hilal-tabak/)
|
129 |
|
130 |
- **Creator:** [nanelimon](https://huggingface.co/nanelimon)
|
131 |
-
- **Hugging Face Profile:** [nanelimon](https://huggingface.co/nanelimon)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- tr
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
---
|
10 |
|
11 |
# Complaint Classification Dataset
|
|
|
72 |
dataset = load_dataset("nanelimon/complaint-classification-dataset")
|
73 |
```
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
## Usage Examples
|
77 |
|
|
|
113 |
[Hilal TABAK](https://www.linkedin.com/in/hilal-tabak/)
|
114 |
|
115 |
- **Creator:** [nanelimon](https://huggingface.co/nanelimon)
|
116 |
+
- **Hugging Face Profile:** [nanelimon](https://huggingface.co/nanelimon)
|