Qian Liu commited on
Commit
ce529b7
1 Parent(s): c3de9e8

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "gelu",
4
  "architectures": [
@@ -32,9 +33,10 @@
32
  "model_type": "bart",
33
  "num_hidden_layers": 12,
34
  "pad_token_id": 1,
 
35
  "scale_embedding": false,
36
  "torch_dtype": "float32",
37
- "transformers_version": "4.15.0",
38
  "use_cache": true,
39
  "vocab_size": 50265
40
  }
 
1
  {
2
+ "_name_or_path": "tapex-large",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
 
33
  "model_type": "bart",
34
  "num_hidden_layers": 12,
35
  "pad_token_id": 1,
36
+ "num_beams": 4,
37
  "scale_embedding": false,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.17.0.dev0",
40
  "use_cache": true,
41
  "vocab_size": 50265
42
  }