Instructions to use llmtraining-scraper/uncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use llmtraining-scraper/uncensored with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf llmtraining-scraper/uncensored:Q2_K # Run inference directly in the terminal: llama cli -hf llmtraining-scraper/uncensored:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf llmtraining-scraper/uncensored:Q2_K # Run inference directly in the terminal: llama cli -hf llmtraining-scraper/uncensored:Q2_K
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf llmtraining-scraper/uncensored:Q2_K # Run inference directly in the terminal: ./llama-cli -hf llmtraining-scraper/uncensored:Q2_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf llmtraining-scraper/uncensored:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf llmtraining-scraper/uncensored:Q2_K
Use Docker
docker model run hf.co/llmtraining-scraper/uncensored:Q2_K
- LM Studio
- Jan
- vLLM
How to use llmtraining-scraper/uncensored with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "llmtraining-scraper/uncensored" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "llmtraining-scraper/uncensored", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/llmtraining-scraper/uncensored:Q2_K
- Ollama
How to use llmtraining-scraper/uncensored with Ollama:
ollama run hf.co/llmtraining-scraper/uncensored:Q2_K
- Unsloth Studio
How to use llmtraining-scraper/uncensored with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for llmtraining-scraper/uncensored to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for llmtraining-scraper/uncensored to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for llmtraining-scraper/uncensored to start chatting
- Docker Model Runner
How to use llmtraining-scraper/uncensored with Docker Model Runner:
docker model run hf.co/llmtraining-scraper/uncensored:Q2_K
- Lemonade
How to use llmtraining-scraper/uncensored with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull llmtraining-scraper/uncensored:Q2_K
Run and chat with the model
lemonade run user.uncensored-Q2_K
List all available models
lemonade list
- Atomic Chat
Commit ·
5d375d4
0
Parent(s):
Duplicate from DevQuasar/nicoboss.Hermes-3-Llama-3.1-405B-Uncensored-GGUF
Browse filesCo-authored-by: Csaba Kecskemeti <csabakecskemeti@users.noreply.huggingface.co>
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +93 -0
- README.md +12 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00001-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00002-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00003-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00004-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00005-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00006-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00007-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00008-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00009-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00010-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00011-of-00011.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00001-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00002-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00003-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00004-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00005-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00006-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00007-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00008-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00009-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00010-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00011-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00012-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00013-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00014-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00015-of-00015.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00001-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00002-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00003-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00004-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00005-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00006-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00007-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00008-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00009-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00010-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00011-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00012-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00013-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00014-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00015-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00016-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00017-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00018-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00019-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00020-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00021-of-00032.gguf +3 -0
- nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00022-of-00032.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00001-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00002-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00003-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00004-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00005-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00006-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00007-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00008-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00009-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00010-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00011-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00012-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00013-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00014-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00015-of-00015.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00001-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00002-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00003-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00004-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00005-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00006-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00007-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00008-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00009-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00010-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00011-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00012-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00013-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00014-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00015-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00016-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00017-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00018-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00019-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00020-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00021-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00022-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00023-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00024-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00025-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00026-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00027-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00028-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00029-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00030-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00031-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00032-of-00032.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00001-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00002-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00003-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00004-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00005-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00006-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00007-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00008-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- nicoboss/Hermes-3-Llama-3.1-405B-Uncensored
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
[<img src="https://raw.githubusercontent.com/csabakecskemeti/devquasar/main/dq_logo_black-transparent.png" width="200"/>](https://devquasar.com)
|
| 8 |
+
|
| 9 |
+
'Make knowledge free for everyone'
|
| 10 |
+
|
| 11 |
+
Quantized version of: [nicoboss/Hermes-3-Llama-3.1-405B-Uncensored](https://huggingface.co/nicoboss/Hermes-3-Llama-3.1-405B-Uncensored)
|
| 12 |
+
<a href='https://ko-fi.com/L4L416YX7C' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00001-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:403e87f2ad08d1a2f351b178ec196427799f9c8fc34df94099317850596eb673
|
| 3 |
+
size 13793753472
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00002-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:929ac8287fa0c0a2e245e0a8f9558cdee448fe6ba876d4459902f4c1fa72fd6c
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00003-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30c02554ae6d16c496853192e94edf2156d3fc806de3873e25b6011b566e2a65
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00004-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b98ad6a8551b905167ea6b22122e0ce4e783721058428c86271acbccee2f9e6b
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00005-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:361bccf3a53fa26e081d6308714429d846578c5fe292e1e8f4fb0555b0faa69c
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00006-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e30a544e8cafcb81d3155673e1dd711aa6a29b041b76bf821818012d26712c4a
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00007-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a97d16a7815229c6429472496059bba150b96a24ebf31cdf4c090b1cf9e96eb
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00008-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f48c413074ad65ae0fdbab0a74a3aecbbf09294bce8bdf590c252c8620e3a8c0
|
| 3 |
+
size 13990631872
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00009-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d7389cce541b765863654b5093de193d4230c2ca48573abf44586d915d742a1
|
| 3 |
+
size 13990631904
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00010-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b626ec1ebe93d6781cd052a2398dda99a7f33b61ea14a191b7092f13040bfe6
|
| 3 |
+
size 13990631968
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q2_K-00011-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a079b6a3c18ffeea3964856a0b7db35dbdbc9472df6514b332badc271fc3a9d5
|
| 3 |
+
size 9613349312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00001-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23c74bf9a50e4e911c1d7353707afe3fddda16a152225f93763c17637beaabee
|
| 3 |
+
size 13692334912
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00002-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ba3abdac3a58e85781ec2ec97244a24add7a26df08020242194a8b797e4dee3
|
| 3 |
+
size 13712233280
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00003-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:710a03f8d288e29c297d7cf969e713e6ae35af4a591bba42537c576259cb82f0
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00004-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5e400e9ed52dc285971329f97e00d1562044e7565931dd08c10c8839a793411
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00005-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19b006442e7ff8b9eac21e71d9e3d096ea0e719ea68d40dbeaab16d687d2a8b2
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00006-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5cbd72898c232ea95faa6ec5b719090df1f4749be974fca2736204e6e82e6eb
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00007-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d965830c0a90ee982e8a9bbd3c668228c35063787c1eb3b1abe88223ac1d3be1
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00008-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:518b41349c8924059132e724322b401aa18070d194f0bb2147d1bca8bd4385ac
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00009-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cfc1b7ced8307e173f9f220fef6d756ea2363c06a9cad126bd63f93858652cd
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00010-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d162b0406d94b5f206436cc0aaaeba54e76ca61798aba901b0dd863f79b32421
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00011-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e17b781cd27976f98af050d36c3472b5fd369d1ba981ec1cee2daf36cc5ae942
|
| 3 |
+
size 13712233312
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00012-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf948958c2069b84a4aaa1cd5e78903eab9185bc6f6340f84dd6b1b182c1fe5b
|
| 3 |
+
size 13712233376
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00013-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c193a69f85db4904fa0aa123523044ec22f0b05b4464d0b14ee7c3eb0bd0ad5
|
| 3 |
+
size 13712233408
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00014-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cef612363f4f62caf7ccc8d88d8f63b07c582f61b330c8e73cb66fa26db7ed3
|
| 3 |
+
size 13712233408
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q3_K_M-00015-of-00015.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4f33033478466157415534f4873bf362fad3b291c7ccaf1af8b9d0f4cc4d561
|
| 3 |
+
size 3422029056
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00001-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e12007ab5f5098a24aa2288beac31a30233c56a07bf3cadafbda7825b6cf897a
|
| 3 |
+
size 13707406080
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00002-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baeddf3a050308dfebd18ee4ebafab192b7e8e03b4baa6d191308de40bc8145d
|
| 3 |
+
size 13548128448
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00003-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f0809ad047feff1960275c6badd96e671899708b6e8a72e98dd343630ebfd3f
|
| 3 |
+
size 13548128448
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00004-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bf85ceb0d48deab1fcd1b048f84e704f2bbbcda602cb21e4dd88e9f1a0efe3
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00005-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5792448505c36ebbc3dd8b9d40a1f7307b3fcb04fd7d17466e2aea2a7ad8aeaa
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00006-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:675230bbc311cafb2f4861c8874115a2b1438a1326b8fae64c89b87b9cac19e5
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00007-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb4ec091f3a1e40e93bc3afc148b603f33afeed70995ae3b16a8f3585510fabe
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00008-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a44a8111f9fb86eeab351287c7c8a102a3e23b1227f077345da21ce332a64bfa
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00009-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4520a922f4ea06cbf11aadc17e4781e25dcd09a483ed26a7bb715df4a80ffb7
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00010-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e12676d081c1621ba7a6abbfb7d8bb867fa10537555b3e7ceb3eae092abbbc9
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00011-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa465182e3439d8b85ad2b8ce2584b05e935b691ee98370f038be930d1cc5680
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00012-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4f58b7169ed35162517c7c01766ad6de9cae4779fcbff67a66bebbec7f87542
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00013-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7431e31219c6f83d98b09fbd42b81f3ad606f57b60a411205f79ff9045b28641
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00014-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffa214f3b6e455be4093033b100a86da0f32b34ad825df34cfea6107ee94ac4f
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00015-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f0400a1a8af76ab150560127011008d61606871ad1d0c4a1951e061b3c1b25c
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00016-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be58f54e9ebc1e3ec46747e69c3529ad1935162d56ec75191ad056ecc02768f3
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00017-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34ebeb4d7091f21e3afdd8ab00eaefd8bfebc5b9e519dc082b52908252db7f7e
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00018-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:085eff2890420f9435515bb93421c6a2d6c76a36826675139a7720f9404ea2c2
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00019-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ea4fffbd9eb5208cc18c31a5a8586a3307e3037dfd2ea0c50f71f1f99c652f2
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00020-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2138f889247e3f4c42d3b16630693e4c86b04c16187d03fd430a83430419aeb2
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00021-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92f2f2043a2f3898c37fa49587c1b6d056b5a1e4f63804e485645021d6bcb21e
|
| 3 |
+
size 13548128480
|
nicoboss.Hermes-3-Llama-3.1-405B-Uncensored.Q8_0-00022-of-00032.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50011c4b91bcb5e8191b49f8f64395609d940a8954c764f65bdfc58ccd77c3ba
|
| 3 |
+
size 13548128480
|