gangkongkong commited on
Commit
3d7910a
1 Parent(s): 197198a

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -6
  2. tokenizer_config.json +3 -0
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 4096,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -67,6 +67,9 @@
67
  },
68
  "bos_token": "<s>",
69
  "clean_up_tokenization_spaces": false,
 
 
 
70
  "eos_token": "</s>",
71
  "legacy": false,
72
  "model_max_length": 1000000000000000019884624838656,
 
67
  },
68
  "bos_token": "<s>",
69
  "clean_up_tokenization_spaces": false,
70
+ "device_map": {
71
+ "": 0
72
+ },
73
  "eos_token": "</s>",
74
  "legacy": false,
75
  "model_max_length": 1000000000000000019884624838656,