verissimomanoel
commited on
Commit
•
aa5911a
1
Parent(s):
dca900e
ADD - Initial version of model Roberta Twitter BR
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
### Twitter RoBERTa BR
|
2 |
This is a RoBERTa Twitter in Portuguese model trained on ~7M tweets.
|
3 |
-
The results will be posted in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Twitter RoBERTa BR
|
2 |
This is a RoBERTa Twitter in Portuguese model trained on ~7M tweets.
|
3 |
+
The results will be posted in the future.
|
4 |
+
|
5 |
+
|
6 |
+
### Example of using
|
7 |
+
```
|
8 |
+
tokenizer = AutoTokenizer.from_pretrained("verissimomanoel/RobertaTwitterBR")
|
9 |
+
model = AutoModel.from_pretrained("verissimomanoel/RobertaTwitterBR")
|
10 |
+
```
|