cgus commited on
Commit
2c58d5a
·
verified ·
1 Parent(s): 6ae2835

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - SillyTilly/ServiceNow-AI-Apriel-Nemotron-15b-Thinker-Chatml
4
+ license: mit
5
+ ---
6
+ # Join our Discord! https://discord.gg/BeaverAI
7
+ ## More than 6000 members of helpful, LLM enthusiasts! A hub for players and makers alike!
8
+ ---
9
+
10
+ Drummer proudly presents...
11
+
12
+ # Snowpiercer 15B v2
13
+
14
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f2fd1c25b848bd061b5c2e/XtzACixKJgJlPSMiCIvCC.png)
15
+
16
+ ## Usage (Important)
17
+ - Alpaca works best, don't ask why.
18
+ - \<think\> capable upon prefill! (Quality may vary for a small model, may require prompt wrangling)
19
+
20
+ ## Description
21
+
22
+ Snowpiercer 15B v2
23
+ - Knocks out the positivity for better steerability
24
+ - Enhances the RP & creativity such as character adherence
25
+ - Retains the intelligence & reasoning
26
+ - Better than v1 (not a high bar, I know.)
27
+
28
+ ## Special Thanks
29
+ - Thank you to the testers at BeaverAI! You da MVP!
30
+
31
+ ## Links
32
+ - Original: https://huggingface.co/TheDrummer/Snowpiercer-15B-v2
33
+ - GGUF: https://huggingface.co/TheDrummer/Snowpiercer-15B-v2-GGUF
34
+ - iMatrix (recommended): https://huggingface.co/bartowski/TheDrummer_Snowpiercer-15B-v2-GGUF
35
+ - EXL3: https://huggingface.co/ArtusDev/TheDrummer_Snowpiercer-15B-v2-EXL3
36
+
37
+ `config-v1g`
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 65536,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 50,
17
+ "num_key_value_heads": 8,
18
+ "pad_token_id": 10,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.51.3",
26
+ "unsloth_version": "2025.4.7",
27
+ "use_cache": true,
28
+ "vocab_size": 131072,
29
+ "quantization_config": {
30
+ "quant_method": "exl2",
31
+ "version": "0.3.1",
32
+ "bits": 4.0,
33
+ "head_bits": 6,
34
+ "calibration": {
35
+ "rows": 115,
36
+ "length": 2048,
37
+ "dataset": "(default)"
38
+ }
39
+ }
40
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": 2,
6
+ "max_length": 65536,
7
+ "pad_token_id": 10,
8
+ "transformers_version": "4.51.3"
9
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c323e23875139dce13b6e6eeb3c31e2f1d259d590cee328ba4793bd8b053cc
3
+ size 17078334
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff