voidful commited on
Commit
69a4d2c
·
1 Parent(s): 02aadb6

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "google/byt5-small",
3
  "architectures": [
4
- "T5Model"
5
  ],
6
  "d_ff": 3584,
7
  "d_kv": 64,
@@ -19,11 +19,12 @@
19
  "num_heads": 6,
20
  "num_layers": 12,
21
  "pad_token_id": 0,
 
22
  "relative_attention_num_buckets": 32,
23
  "tie_word_embeddings": false,
24
  "tokenizer_class": "ByT5Tokenizer",
25
  "torch_dtype": "float32",
26
- "transformers_version": "4.17.0",
27
  "use_cache": true,
28
  "vocab_size": 384
29
  }
 
1
  {
2
  "_name_or_path": "google/byt5-small",
3
  "architectures": [
4
+ "T5ForConditionalGeneration"
5
  ],
6
  "d_ff": 3584,
7
  "d_kv": 64,
 
19
  "num_heads": 6,
20
  "num_layers": 12,
21
  "pad_token_id": 0,
22
+ "relative_attention_max_distance": 128,
23
  "relative_attention_num_buckets": 32,
24
  "tie_word_embeddings": false,
25
  "tokenizer_class": "ByT5Tokenizer",
26
  "torch_dtype": "float32",
27
+ "transformers_version": "4.18.0",
28
  "use_cache": true,
29
  "vocab_size": 384
30
  }