Instructions to use ataeff/WTForacle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use ataeff/WTForacle with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="ataeff/WTForacle", filename="ws360/wtf360_v2_q4_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ataeff/WTForacle 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 ataeff/WTForacle:Q4_0 # Run inference directly in the terminal: llama cli -hf ataeff/WTForacle:Q4_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ataeff/WTForacle:Q4_0 # Run inference directly in the terminal: llama cli -hf ataeff/WTForacle:Q4_0
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 ataeff/WTForacle:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf ataeff/WTForacle:Q4_0
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 ataeff/WTForacle:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf ataeff/WTForacle:Q4_0
Use Docker
docker model run hf.co/ataeff/WTForacle:Q4_0
- LM Studio
- Jan
- Ollama
How to use ataeff/WTForacle with Ollama:
ollama run hf.co/ataeff/WTForacle:Q4_0
- Unsloth Studio
How to use ataeff/WTForacle 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 ataeff/WTForacle 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 ataeff/WTForacle to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ataeff/WTForacle to start chatting
- Atomic Chat new
- Docker Model Runner
How to use ataeff/WTForacle with Docker Model Runner:
docker model run hf.co/ataeff/WTForacle:Q4_0
- Lemonade
How to use ataeff/WTForacle with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ataeff/WTForacle:Q4_0
Run and chat with the model
lemonade run user.WTForacle-Q4_0
List all available models
lemonade list
Delete wtf360
Browse files- wtf360/adapter_900.safetensors +0 -3
- wtf360/adapter_config_900.json +0 -34
- wtf360/tokenizer.json +0 -0
- wtf360/tokenizer_config.json +0 -167
- wtf360/wtf360_900_q4_0.gguf +0 -3
wtf360/adapter_900.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:029eb65208c82f678d054cad4501b129bd44e9b0ee23027f62c0d86480ab78b7
|
| 3 |
-
size 138995824
|
|
|
|
|
|
|
|
|
|
|
|
wtf360/adapter_config_900.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"alpha_pattern": {},
|
| 3 |
-
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "HuggingFaceTB/SmolLM2-360M",
|
| 5 |
-
"bias": "none",
|
| 6 |
-
"fan_in_fan_out": false,
|
| 7 |
-
"inference_mode": true,
|
| 8 |
-
"init_lora_weights": true,
|
| 9 |
-
"layer_replication": null,
|
| 10 |
-
"layers_pattern": null,
|
| 11 |
-
"layers_to_transform": null,
|
| 12 |
-
"loftq_config": {},
|
| 13 |
-
"lora_alpha": 128,
|
| 14 |
-
"lora_dropout": 0.05,
|
| 15 |
-
"megatron_config": null,
|
| 16 |
-
"megatron_core": "megatron.core",
|
| 17 |
-
"modules_to_save": null,
|
| 18 |
-
"peft_type": "LORA",
|
| 19 |
-
"r": 64,
|
| 20 |
-
"rank_pattern": {},
|
| 21 |
-
"revision": null,
|
| 22 |
-
"target_modules": [
|
| 23 |
-
"v_proj",
|
| 24 |
-
"gate_proj",
|
| 25 |
-
"k_proj",
|
| 26 |
-
"down_proj",
|
| 27 |
-
"up_proj",
|
| 28 |
-
"o_proj",
|
| 29 |
-
"q_proj"
|
| 30 |
-
],
|
| 31 |
-
"task_type": "CAUSAL_LM",
|
| 32 |
-
"use_dora": false,
|
| 33 |
-
"use_rslora": false
|
| 34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wtf360/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wtf360/tokenizer_config.json
DELETED
|
@@ -1,167 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_prefix_space": false,
|
| 3 |
-
"added_tokens_decoder": {
|
| 4 |
-
"0": {
|
| 5 |
-
"content": "<|endoftext|>",
|
| 6 |
-
"lstrip": false,
|
| 7 |
-
"normalized": false,
|
| 8 |
-
"rstrip": false,
|
| 9 |
-
"single_word": false,
|
| 10 |
-
"special": true
|
| 11 |
-
},
|
| 12 |
-
"1": {
|
| 13 |
-
"content": "<|im_start|>",
|
| 14 |
-
"lstrip": false,
|
| 15 |
-
"normalized": false,
|
| 16 |
-
"rstrip": false,
|
| 17 |
-
"single_word": false,
|
| 18 |
-
"special": true
|
| 19 |
-
},
|
| 20 |
-
"2": {
|
| 21 |
-
"content": "<|im_end|>",
|
| 22 |
-
"lstrip": false,
|
| 23 |
-
"normalized": false,
|
| 24 |
-
"rstrip": false,
|
| 25 |
-
"single_word": false,
|
| 26 |
-
"special": true
|
| 27 |
-
},
|
| 28 |
-
"3": {
|
| 29 |
-
"content": "<repo_name>",
|
| 30 |
-
"lstrip": false,
|
| 31 |
-
"normalized": false,
|
| 32 |
-
"rstrip": false,
|
| 33 |
-
"single_word": false,
|
| 34 |
-
"special": true
|
| 35 |
-
},
|
| 36 |
-
"4": {
|
| 37 |
-
"content": "<reponame>",
|
| 38 |
-
"lstrip": false,
|
| 39 |
-
"normalized": false,
|
| 40 |
-
"rstrip": false,
|
| 41 |
-
"single_word": false,
|
| 42 |
-
"special": true
|
| 43 |
-
},
|
| 44 |
-
"5": {
|
| 45 |
-
"content": "<file_sep>",
|
| 46 |
-
"lstrip": false,
|
| 47 |
-
"normalized": false,
|
| 48 |
-
"rstrip": false,
|
| 49 |
-
"single_word": false,
|
| 50 |
-
"special": true
|
| 51 |
-
},
|
| 52 |
-
"6": {
|
| 53 |
-
"content": "<filename>",
|
| 54 |
-
"lstrip": false,
|
| 55 |
-
"normalized": false,
|
| 56 |
-
"rstrip": false,
|
| 57 |
-
"single_word": false,
|
| 58 |
-
"special": true
|
| 59 |
-
},
|
| 60 |
-
"7": {
|
| 61 |
-
"content": "<gh_stars>",
|
| 62 |
-
"lstrip": false,
|
| 63 |
-
"normalized": false,
|
| 64 |
-
"rstrip": false,
|
| 65 |
-
"single_word": false,
|
| 66 |
-
"special": true
|
| 67 |
-
},
|
| 68 |
-
"8": {
|
| 69 |
-
"content": "<issue_start>",
|
| 70 |
-
"lstrip": false,
|
| 71 |
-
"normalized": false,
|
| 72 |
-
"rstrip": false,
|
| 73 |
-
"single_word": false,
|
| 74 |
-
"special": true
|
| 75 |
-
},
|
| 76 |
-
"9": {
|
| 77 |
-
"content": "<issue_comment>",
|
| 78 |
-
"lstrip": false,
|
| 79 |
-
"normalized": false,
|
| 80 |
-
"rstrip": false,
|
| 81 |
-
"single_word": false,
|
| 82 |
-
"special": true
|
| 83 |
-
},
|
| 84 |
-
"10": {
|
| 85 |
-
"content": "<issue_closed>",
|
| 86 |
-
"lstrip": false,
|
| 87 |
-
"normalized": false,
|
| 88 |
-
"rstrip": false,
|
| 89 |
-
"single_word": false,
|
| 90 |
-
"special": true
|
| 91 |
-
},
|
| 92 |
-
"11": {
|
| 93 |
-
"content": "<jupyter_start>",
|
| 94 |
-
"lstrip": false,
|
| 95 |
-
"normalized": false,
|
| 96 |
-
"rstrip": false,
|
| 97 |
-
"single_word": false,
|
| 98 |
-
"special": true
|
| 99 |
-
},
|
| 100 |
-
"12": {
|
| 101 |
-
"content": "<jupyter_text>",
|
| 102 |
-
"lstrip": false,
|
| 103 |
-
"normalized": false,
|
| 104 |
-
"rstrip": false,
|
| 105 |
-
"single_word": false,
|
| 106 |
-
"special": true
|
| 107 |
-
},
|
| 108 |
-
"13": {
|
| 109 |
-
"content": "<jupyter_code>",
|
| 110 |
-
"lstrip": false,
|
| 111 |
-
"normalized": false,
|
| 112 |
-
"rstrip": false,
|
| 113 |
-
"single_word": false,
|
| 114 |
-
"special": true
|
| 115 |
-
},
|
| 116 |
-
"14": {
|
| 117 |
-
"content": "<jupyter_output>",
|
| 118 |
-
"lstrip": false,
|
| 119 |
-
"normalized": false,
|
| 120 |
-
"rstrip": false,
|
| 121 |
-
"single_word": false,
|
| 122 |
-
"special": true
|
| 123 |
-
},
|
| 124 |
-
"15": {
|
| 125 |
-
"content": "<jupyter_script>",
|
| 126 |
-
"lstrip": false,
|
| 127 |
-
"normalized": false,
|
| 128 |
-
"rstrip": false,
|
| 129 |
-
"single_word": false,
|
| 130 |
-
"special": true
|
| 131 |
-
},
|
| 132 |
-
"16": {
|
| 133 |
-
"content": "<empty_output>",
|
| 134 |
-
"lstrip": false,
|
| 135 |
-
"normalized": false,
|
| 136 |
-
"rstrip": false,
|
| 137 |
-
"single_word": false,
|
| 138 |
-
"special": true
|
| 139 |
-
}
|
| 140 |
-
},
|
| 141 |
-
"additional_special_tokens": [
|
| 142 |
-
"<|endoftext|>",
|
| 143 |
-
"<|im_start|>",
|
| 144 |
-
"<|im_end|>",
|
| 145 |
-
"<repo_name>",
|
| 146 |
-
"<reponame>",
|
| 147 |
-
"<file_sep>",
|
| 148 |
-
"<filename>",
|
| 149 |
-
"<gh_stars>",
|
| 150 |
-
"<issue_start>",
|
| 151 |
-
"<issue_comment>",
|
| 152 |
-
"<issue_closed>",
|
| 153 |
-
"<jupyter_start>",
|
| 154 |
-
"<jupyter_text>",
|
| 155 |
-
"<jupyter_code>",
|
| 156 |
-
"<jupyter_output>",
|
| 157 |
-
"<jupyter_script>",
|
| 158 |
-
"<empty_output>"
|
| 159 |
-
],
|
| 160 |
-
"bos_token": "<|endoftext|>",
|
| 161 |
-
"clean_up_tokenization_spaces": false,
|
| 162 |
-
"eos_token": "<|endoftext|>",
|
| 163 |
-
"model_max_length": 8192,
|
| 164 |
-
"tokenizer_class": "GPT2Tokenizer",
|
| 165 |
-
"unk_token": "<|endoftext|>",
|
| 166 |
-
"vocab_size": 49152
|
| 167 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wtf360/wtf360_900_q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba39a6ff09457dee19c89f4a6aa39089e232ced1bd2f0e10960c8f640561978e
|
| 3 |
-
size 229117984
|
|
|
|
|
|
|
|
|
|
|
|