d1ef
commited on
Commit
·
4bc7a7e
1
Parent(s):
4149cb7
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"vocab_size": 384,
|
22 |
"_name_or_path": "/home/patrick/t5/byt5-base",
|
23 |
"architectures": [
|
24 |
-
"T5ForConditionalGeneration"
|
25 |
],
|
26 |
-
"model_type": "
|
27 |
-
"tokenizer_class": "
|
28 |
-
"transformers_version": "
|
29 |
}
|
|
|
21 |
"vocab_size": 384,
|
22 |
"_name_or_path": "/home/patrick/t5/byt5-base",
|
23 |
"architectures": [
|
24 |
+
"T5ForConditionalGeneration+alibi"
|
25 |
],
|
26 |
+
"model_type": "byt5+alibi",
|
27 |
+
"tokenizer_class": "",
|
28 |
+
"transformers_version": ""
|
29 |
}
|