dataset description
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
This dataset is a subset of the original nearData dataset, prepared for the continued pre-training of a pre-trained LLM.
|
| 7 |
+
The idea behind the continued pre-training of pre-trained models is to further instruct them with specific information, in this case on the Near Protocol blockchain, before fine-tuning them.
|
| 8 |
+
|
| 9 |
+
The preTrainingNEAR dataset was prepared from local text files using the datasets library from Hugging Face. It includes:
|
| 10 |
+
|
| 11 |
+
- nearBlog: 481 blog articles from Near Blog collected on March 13th, 2024.
|
| 12 |
+
- nearBosWebEngine: 13 docs files from the Near BOS Wen Engine collected on May 21st, 2024.
|
| 13 |
+
- nearDocs: 395 docs files from Near Docs collected on March 13th, 2024.
|
| 14 |
+
- nearNEPs: 124 docs files from the NEAR Enhancement Protocol collected on May 21st, 2024.
|
| 15 |
+
- nearNode: 40 docs files from the Near Node Docs collected on May 21st, 2024.
|
| 16 |
+
- nearPapers: 3 papers from the Near Papers collected on May 21st, 2024.
|
| 17 |
+
- nearWiki: 98 docs from the Near Wiki collected on May 21st, 2024.
|