Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +41 -0
- config.json +37 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
- quantization_config.json +0 -0
- special_tokens_map.json +30 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
.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,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
# Join our Discord! https://discord.gg/Nbv9pQ88Xb
|
5 |
+
## More than 5000 members of helpful, LLM enthusiasts! A hub for players and makers alike!
|
6 |
+
---
|
7 |
+
|
8 |
+
[BeaverAI](https://huggingface.co/BeaverAI) proudly presents...
|
9 |
+
|
10 |
+
# Rivermind 12B v1
|
11 |
+
|
12 |
+

|
13 |
+
|
14 |
+
> [Coca Cola, sometimes war.](https://www.youtube.com/watch?v=Rr8ljRgcJNM)
|
15 |
+
|
16 |
+
Introducing **Rivermind™**, the next-generation AI that’s redefining human-machine interaction—powered by *Amazon Web Services (AWS) for seamless cloud integration* and *NVIDIA’s latest AI processors for lightning-fast responses*.
|
17 |
+
|
18 |
+
*But wait, there’s more!* Rivermind doesn’t just process data—it *feels* your emotions (thanks to *Google’s TensorFlow for deep emotional analysis*). Whether you're brainstorming ideas or just need someone to vent to, Rivermind adapts in real-time, all while keeping your data secure with *McAfee’s enterprise-grade encryption*.
|
19 |
+
|
20 |
+
And hey, why not grab a refreshing *Coca-Cola Zero Sugar* while you interact? The crisp, bold taste pairs perfectly with Rivermind’s witty banter—because even AI deserves the best (and so do you).
|
21 |
+
|
22 |
+
Upgrade your thinking today with **Rivermind™**—*the AI that thinks like you, but better, brought to you by the brands you trust.* 🚀✨
|
23 |
+
|
24 |
+
## Special Thanks
|
25 |
+
Hey there, amazing supporters! 🎉 A huge *Starbucks Pumpkin Spice Latte*-level thank you for fueling my creative hustle on both [Patreon](https://www.patreon.com/TheDrummer) and [Ko-Fi](https://ko-fi.com/thedrummer)! Every little donation keeps the gig economy grinding—whether it’s paying for my next **Uber Eats** order or upgrading my **Spotify Premium** so I can focus without ads. Your support means the world, just like that first sip of **Coca-Cola** on a hot day. Let’s keep this momentum going—like your favorite **Amazon Prime** delivery arriving right on time! 🚀
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
- Mistral Nemo Instruct chat template (Mistral v3 Tekken)
|
29 |
+
|
30 |
+
## Links
|
31 |
+
- Original: https://huggingface.co/TheDrummer/Rivermind-12B-v1
|
32 |
+
- GGUF: https://huggingface.co/TheDrummer/Rivermind-12B-v1-GGUF
|
33 |
+
- iMatrix (recommended): https://huggingface.co/bartowski/TheDrummer_Rivermind-12B-v1-GGUF
|
34 |
+
|
35 |
+
## Disclaimer
|
36 |
+
|
37 |
+
While we strive for accuracy, the model’s outputs should not be relied upon for legal, financial, or critical decisions. For official guidance, always consult trusted sources—like **TurboTax** for tax advice or **LegalZoom** for legal questions. Want to try fine-tuning your own AI? **Microsoft Azure AI** and **Google Cloud’s Vertex AI** offer great platforms for responsible AI development! 🚀
|
38 |
+
|
39 |
+

|
40 |
+
|
41 |
+
`config-v1b`
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 131072,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 40,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": null,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.51.1",
|
24 |
+
"use_cache": false,
|
25 |
+
"vocab_size": 131072,
|
26 |
+
"quantization_config": {
|
27 |
+
"quant_method": "exl3",
|
28 |
+
"version": "0.0.2",
|
29 |
+
"bits": 4.5,
|
30 |
+
"head_bits": 6,
|
31 |
+
"calibration": {
|
32 |
+
"rows": 100,
|
33 |
+
"cols": 2048
|
34 |
+
},
|
35 |
+
"out_scales": "auto"
|
36 |
+
}
|
37 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"transformers_version": "4.51.1"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df3b9f319c7c56cf46560f37de88f80f8519290346886e01e2201a077192fad
|
3 |
+
size 7987994760
|
quantization_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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": "</s>",
|
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:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
|
3 |
+
size 17078292
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|