Jan Christian Blaise Cruz commited on
Commit
634e413
1 Parent(s): afc401b

Added initial pretrained model

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