kiddothe2b commited on
Commit
535fa18
1 Parent(s): ab7b7bf

Initial commit

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "kiddothe2b/hat-base-4096",
3
  "architectures": [
4
- "HiTransformerForMaskedLM"
5
  ],
6
  "auto_map": {
7
  "AutoConfig": "configuration_hat.HATConfig",
@@ -78,7 +78,7 @@
78
  "max_sentence_size": 128,
79
  "max_sentences": 32,
80
  "model_max_length": 4096,
81
- "model_type": "hi-transformer",
82
  "num_attention_heads": 12,
83
  "num_hidden_layers": 12,
84
  "output_past": true,
 
1
  {
2
  "_name_or_path": "kiddothe2b/hat-base-4096",
3
  "architectures": [
4
+ "HATForMaskedLM"
5
  ],
6
  "auto_map": {
7
  "AutoConfig": "configuration_hat.HATConfig",
 
78
  "max_sentence_size": 128,
79
  "max_sentences": 32,
80
  "model_max_length": 4096,
81
+ "model_type": "hierarchical-transformer",
82
  "num_attention_heads": 12,
83
  "num_hidden_layers": 12,
84
  "output_past": true,