Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- EleutherAI/pile
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- tokenizer
|
9 |
+
---
|
10 |
+
|
11 |
+
A copy of Eleuther AI's [gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b), with three special tokens added to mask PII:
|
12 |
+
- `|||EMAIL_ADDRESS|||`
|
13 |
+
- `|||PHONE_NUMBER|||`
|
14 |
+
- `|||IP_ADDRESS|||`
|