Upload config.json

This commit is contained in:
Qian Liu 2022-03-10 05:00:53 +00:00 committed by huggingface-web
parent c3de9e828f
commit ce529b7599
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"_name_or_path": "tapex-large",
"activation_dropout": 0.0, "activation_dropout": 0.0,
"activation_function": "gelu", "activation_function": "gelu",
"architectures": [ "architectures": [
@ -32,9 +33,10 @@
"model_type": "bart", "model_type": "bart",
"num_hidden_layers": 12, "num_hidden_layers": 12,
"pad_token_id": 1, "pad_token_id": 1,
"num_beams": 4,
"scale_embedding": false, "scale_embedding": false,
"torch_dtype": "float32", "torch_dtype": "float32",
"transformers_version": "4.15.0", "transformers_version": "4.17.0.dev0",
"use_cache": true, "use_cache": true,
"vocab_size": 50265 "vocab_size": 50265
} }