Mainak Manna commited on
Commit
15a0306
1 Parent(s): c7be518

First version of the model

Browse files
Files changed (3) hide show
  1. config.json +34 -0
  2. pytorch_model.bin +3 -0
  3. spiece.model +0 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5WithLMHeadModel"
4
+ ],
5
+ "d_ff": 2048,
6
+ "d_kv": 64,
7
+ "d_model": 512,
8
+ "decoder_start_token_id": 0,
9
+ "dropout_rate": 0.1,
10
+ "eos_token_id": 1,
11
+ "initializer_factor": 1.0,
12
+ "is_encoder_decoder": true,
13
+ "layer_norm_epsilon": 1e-06,
14
+ "model_type": "t5",
15
+ "n_positions": 512,
16
+ "num_heads": 8,
17
+ "num_layers": 6,
18
+ "output_past": true,
19
+ "pad_token_id": 0,
20
+ "relative_attention_num_buckets": 32,
21
+ "tie_word_embeddings": true,
22
+ "task_specific_params": {
23
+ "translation_de_to_it": {
24
+ "early_stopping": true,
25
+ "length_penalty": 2.0,
26
+ "max_length": 1,
27
+ "min_length": 400,
28
+ "no_repeat_ngram_size": 3,
29
+ "num_beams": 4,
30
+ "prefix": "translate Deustch to Italian : "
31
+ }
32
+ },
33
+ "vocab_size": 32128
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2edfcc144f85a5d803aac8d63e8784884e5e2d07dcfa4f000ed81387c4d2c7ef
3
+ size 242087370
spiece.model ADDED
Binary file (840 kB). View file