perlthoughts commited on
Commit
5b606f6
1 Parent(s): 4a8ef30

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +4 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/new-merged",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "perlthoughts/Chupacabra-7B",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
tokenizer_config.json CHANGED
@@ -50,9 +50,12 @@
50
  ],
51
  "bos_token": "<s>",
52
  "clean_up_tokenization_spaces": false,
53
- "device_map": "auto",
 
 
54
  "eos_token": "<|end_of_turn|>",
55
  "legacy": true,
 
56
  "model_max_length": 16384,
57
  "pad_token": null,
58
  "padding_side": "right",
 
50
  ],
51
  "bos_token": "<s>",
52
  "clean_up_tokenization_spaces": false,
53
+ "device_map": {
54
+ "": "cuda"
55
+ },
56
  "eos_token": "<|end_of_turn|>",
57
  "legacy": true,
58
+ "max_length": 16384,
59
  "model_max_length": 16384,
60
  "pad_token": null,
61
  "padding_side": "right",