sgugger commited on
Commit
920be67
·
1 Parent(s): 7059839

Upload tiny models for XLNetForTokenClassification

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "temp/dummy/xlnet/XLNetForTokenClassification",
3
  "architectures": [
4
  "XLNetForTokenClassification"
5
  ],
@@ -29,9 +29,9 @@
29
  "summary_type": "last",
30
  "summary_use_proj": true,
31
  "torch_dtype": "float32",
32
- "transformers_version": "4.25.0.dev0",
33
  "untie_r": true,
34
  "use_mems_eval": true,
35
  "use_mems_train": false,
36
- "vocab_size": 1024
37
  }
 
1
  {
2
+ "_name_or_path": "tiny_models/xlnet/XLNetForTokenClassification",
3
  "architectures": [
4
  "XLNetForTokenClassification"
5
  ],
 
29
  "summary_type": "last",
30
  "summary_use_proj": true,
31
  "torch_dtype": "float32",
32
+ "transformers_version": "4.28.0.dev0",
33
  "untie_r": true,
34
  "use_mems_eval": true,
35
  "use_mems_train": false,
36
+ "vocab_size": 32000
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7be27ff69ef4fc4debc1b3ad8b2645bae0bb487d2c27ce7a1e27c5b37b72d07
3
- size 434492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12cd19ab9747c3b69005678f043cc52eb056cd7d4a4efa6c5ab27920107a9a66
3
+ size 4399420
special_tokens_map.json CHANGED
@@ -9,7 +9,7 @@
9
  "mask_token": {
10
  "content": "<mask>",
11
  "lstrip": true,
12
- "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
9
  "mask_token": {
10
  "content": "<mask>",
11
  "lstrip": true,
12
+ "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db4f00462f0290127f67396bac144a0073922ebc25e13175ffbd6962451aa460
3
- size 494176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422db46e288b2ee57ef5c40ba3cec58fcd8437e80d55a9332874c588b6342a0e
3
+ size 4459104
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -12,12 +12,11 @@
12
  "__type": "AddedToken",
13
  "content": "<mask>",
14
  "lstrip": true,
15
- "normalized": false,
16
  "rstrip": false,
17
  "single_word": false
18
  },
19
  "model_max_length": 1000000000000000019884624838656,
20
- "name_or_path": "temp/dummy/xlnet/processors",
21
  "pad_token": "<pad>",
22
  "remove_space": true,
23
  "sep_token": "<sep>",
 
12
  "__type": "AddedToken",
13
  "content": "<mask>",
14
  "lstrip": true,
15
+ "normalized": true,
16
  "rstrip": false,
17
  "single_word": false
18
  },
19
  "model_max_length": 1000000000000000019884624838656,
 
20
  "pad_token": "<pad>",
21
  "remove_space": true,
22
  "sep_token": "<sep>",