Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Content-Articles Dataset
|
|
@@ -61,4 +75,4 @@ df = pd.DataFrame(dataset['train'])
|
|
| 61 |
|
| 62 |
# Display the first few rows
|
| 63 |
print(df.head())
|
| 64 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- text-classification
|
| 6 |
+
- question-answering
|
| 7 |
+
- summarization
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
tags:
|
| 11 |
+
- Articles
|
| 12 |
+
- Content
|
| 13 |
+
- Machine-Learning
|
| 14 |
+
- Deep-Learning
|
| 15 |
+
size_categories:
|
| 16 |
+
- 10K<n<100K
|
| 17 |
---
|
| 18 |
|
| 19 |
# Content-Articles Dataset
|
|
|
|
| 75 |
|
| 76 |
# Display the first few rows
|
| 77 |
print(df.head())
|
| 78 |
+
```
|