perlthoughts commited on
Commit
c66d812
1 Parent(s): 0eb2b2b

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
@@ -74,9 +74,12 @@
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",
 
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",