dqnguyen commited on
Commit
e86b0a3
1 Parent(s): 2cdd9e7

Upload bartpho-syllable

Browse files
Files changed (5) hide show
  1. config.json +34 -0
  2. pytorch_model.bin +3 -0
  3. sentence.bpe.model +3 -0
  4. tf_model.h5 +3 -0
  5. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "MBartModel"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.0,
10
+ "d_model": 1024,
11
+ "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 4096,
13
+ "decoder_layerdrop": 0.0,
14
+ "decoder_layers": 12,
15
+ "dropout": 0.1,
16
+ "encoder_attention_heads": 16,
17
+ "encoder_ffn_dim": 4096,
18
+ "encoder_layerdrop": 0.0,
19
+ "encoder_layers": 12,
20
+ "eos_token_id": 2,
21
+ "forced_eos_token_id": 2,
22
+ "gradient_checkpointing": false,
23
+ "init_std": 0.02,
24
+ "is_encoder_decoder": true,
25
+ "max_position_embeddings": 1024,
26
+ "model_type": "mbart",
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 1,
29
+ "scale_embedding": false,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.10.2",
32
+ "use_cache": true,
33
+ "vocab_size": 40030
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb59e162b7c19001935efa03e0685ebb53b40c8d951286cff76138a87b6ac5e
3
+ size 1583451917
sentence.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc15aeacb446d0f6f02c2da354552a4bde7eec757c61d503e0754fa482209bc
3
+ size 1583820760
vocab.txt ADDED
The diff for this file is too large to render. See raw diff