Upload T5/README.md with huggingface_hub
Browse files- T5/README.md +2 -2
T5/README.md
CHANGED
@@ -5,7 +5,7 @@ Specifically, it focuses on
|
|
5 |
because that is the one most used by AI generative models at the moment
|
6 |
|
7 |
* dictionary.T5.fullword - This file is filtered from the full list of tokens in this model
|
8 |
-
(generated by
|
9 |
and has only the tokens that are full standalone words
|
10 |
(and are also plain English ascii. Sorry, fancy languages)
|
11 |
|
@@ -13,4 +13,4 @@ and has only the tokens that are full standalone words
|
|
13 |
|
14 |
sort dictionary.T5.fullword ../dictionary.fullword |uniq -c |awk '$1 =="2"{print $2}' >dict.both
|
15 |
|
16 |
-
*
|
|
|
5 |
because that is the one most used by AI generative models at the moment
|
6 |
|
7 |
* dictionary.T5.fullword - This file is filtered from the full list of tokens in this model
|
8 |
+
(generated by dumptokensT5.py),
|
9 |
and has only the tokens that are full standalone words
|
10 |
(and are also plain English ascii. Sorry, fancy languages)
|
11 |
|
|
|
13 |
|
14 |
sort dictionary.T5.fullword ../dictionary.fullword |uniq -c |awk '$1 =="2"{print $2}' >dict.both
|
15 |
|
16 |
+
* showtokensT5.py - Given a word, or string of words, shows how T5 tokenizes it
|