Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- tomg-group-umd/wikipedia-en-2k-samples
|
| 5 |
+
- BASF-AI/WikipediaEasy10Classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
---
|
| 9 |
+
# SLiNeP
|
| 10 |
+
|
| 11 |
+
*Super Low Parameter Wikipedia-based Neural Predictor*
|
| 12 |
+
Super small gpt 2 based model trained from 11.6 Mb of wikipedia data.
|
| 13 |
+
|
| 14 |
+
Each topic starts with `Topic Name : Topic Text` and ends with ` <|endmsg|> `.
|
| 15 |
+
This is the large version repo. The model will be done fully trained by feb 10th.
|