verissimomanoel commited on
Commit
dca900e
1 Parent(s): 5c535c1

ADD - Initial version of model Roberta Twitter BR

Browse files
Files changed (6) hide show
  1. README.md +3 -0
  2. config.json +22 -0
  3. merges.txt +0 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
  6. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
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.
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "eos_token_id": 2,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "roberta",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 6,
19
+ "pad_token_id": 1,
20
+ "type_vocab_size": 1,
21
+ "vocab_size": 150000
22
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e5bfce2a5b11c3baba48790e2cc8b0c6fe11a96b45ef5ab890e8505923ee7c
3
+ size 635515506
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05a78392590827c696c860470317475880465153577b86bcaecda7089c76b49
3
+ size 1775
vocab.json ADDED
The diff for this file is too large to render. See raw diff