Add task category, license and tags
Browse filesThis PR adds task_categories, license and tags to the dataset card.
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Comma v0.1 dataset
|
| 2 |
|
| 3 |
This repository contains the dataset used to train [Comma v0.1-1T](https://huggingface.co/common-pile/comma-v0.1-1t) and [Comma v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- large language model
|
| 7 |
+
- llm
|
| 8 |
+
- pretraining
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Comma v0.1 dataset
|
| 12 |
|
| 13 |
This repository contains the dataset used to train [Comma v0.1-1T](https://huggingface.co/common-pile/comma-v0.1-1t) and [Comma v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t).
|