notzero commited on
Commit
8a5576d
·
1 Parent(s): 030087b

Trained with Unsloth

Browse files
Files changed (2) hide show
  1. config.json +3 -3
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
@@ -23,9 +23,9 @@
23
  "sliding_window": null,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float16",
26
- "transformers_version": "4.47.1",
27
  "unsloth_fixed": true,
28
- "unsloth_version": "2025.1.8",
29
  "use_cache": true,
30
  "use_mrope": false,
31
  "use_sliding_window": false,
 
1
  {
2
+ "_name_or_path": "unsloth/DeepSeek-R1-Distill-Qwen-7B-unsloth-bnb-4bit",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
 
23
  "sliding_window": null,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float16",
26
+ "transformers_version": "4.48.2",
27
  "unsloth_fixed": true,
28
+ "unsloth_version": "2025.2.4",
29
  "use_cache": true,
30
  "use_mrope": false,
31
  "use_sliding_window": false,
generation_config.json CHANGED
@@ -7,5 +7,5 @@
7
  "pad_token_id": 151654,
8
  "temperature": 0.6,
9
  "top_p": 0.95,
10
- "transformers_version": "4.47.1"
11
  }
 
7
  "pad_token_id": 151654,
8
  "temperature": 0.6,
9
  "top_p": 0.95,
10
+ "transformers_version": "4.48.2"
11
  }