jahuerta92
commited on
Commit
•
3ba308b
1
Parent(s):
820137a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Model BERTuit as presented in the [BERTuit: Understanding Spanish language in Twitter through a native transformer](https://arxiv.org/abs/2204.03465) article.
|
2 |
+
|
3 |
+
Before tokenization replace user tags and urls with "<usr>" and "<url>" respectively.
|
4 |
+
|
5 |
+
Tokenize text with base class RoBERTaTokenizer.
|