perlthoughts commited on
Commit
5ace3a6
1 Parent(s): 204f7b2

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -4
tokenizer_config.json CHANGED
@@ -74,12 +74,9 @@
74
  ],
75
  "bos_token": "<s>",
76
  "clean_up_tokenization_spaces": false,
77
- "device_map": {
78
- "": "cuda"
79
- },
80
  "eos_token": "<|end_of_turn|>",
81
  "legacy": true,
82
- "max_length": 16384,
83
  "model_max_length": 16384,
84
  "pad_token": null,
85
  "padding_side": "right",
 
74
  ],
75
  "bos_token": "<s>",
76
  "clean_up_tokenization_spaces": false,
77
+ "device_map": "auto",
 
 
78
  "eos_token": "<|end_of_turn|>",
79
  "legacy": true,
 
80
  "model_max_length": 16384,
81
  "pad_token": null,
82
  "padding_side": "right",