Instructions to use Navpy/phi-3.5-AI-Vtuber-json with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Navpy/phi-3.5-AI-Vtuber-json with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Navpy/phi-3.5-AI-Vtuber-json", filename="v1-phi-3.5-mini-instruct.Q4_K_M.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use Navpy/phi-3.5-AI-Vtuber-json with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
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 Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
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 Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
Use Docker
docker model run hf.co/Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Navpy/phi-3.5-AI-Vtuber-json with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Navpy/phi-3.5-AI-Vtuber-json" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Navpy/phi-3.5-AI-Vtuber-json", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
- Ollama
How to use Navpy/phi-3.5-AI-Vtuber-json with Ollama:
ollama run hf.co/Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
- Unsloth Studio new
How to use Navpy/phi-3.5-AI-Vtuber-json 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 Navpy/phi-3.5-AI-Vtuber-json 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 Navpy/phi-3.5-AI-Vtuber-json to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Navpy/phi-3.5-AI-Vtuber-json to start chatting
- Docker Model Runner
How to use Navpy/phi-3.5-AI-Vtuber-json with Docker Model Runner:
docker model run hf.co/Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
- Lemonade
How to use Navpy/phi-3.5-AI-Vtuber-json with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Navpy/phi-3.5-AI-Vtuber-json:Q4_K_M
Run and chat with the model
lemonade run user.phi-3.5-AI-Vtuber-json-Q4_K_M
List all available models
lemonade list
Trained with Unsloth - config
Browse files- config.json +5 -108
config.json
CHANGED
|
@@ -22,115 +22,12 @@
|
|
| 22 |
"pad_token_id": 32009,
|
| 23 |
"pretraining_tp": 1,
|
| 24 |
"rms_norm_eps": 1e-05,
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"long_factor": [
|
| 29 |
-
1.0800000429153442,
|
| 30 |
-
1.1100000143051147,
|
| 31 |
-
1.1399999856948853,
|
| 32 |
-
1.340000033378601,
|
| 33 |
-
1.5899999141693115,
|
| 34 |
-
1.600000023841858,
|
| 35 |
-
1.6200000047683716,
|
| 36 |
-
2.620000123977661,
|
| 37 |
-
3.2300000190734863,
|
| 38 |
-
3.2300000190734863,
|
| 39 |
-
4.789999961853027,
|
| 40 |
-
7.400000095367432,
|
| 41 |
-
7.700000286102295,
|
| 42 |
-
9.09000015258789,
|
| 43 |
-
12.199999809265137,
|
| 44 |
-
17.670000076293945,
|
| 45 |
-
24.46000099182129,
|
| 46 |
-
28.57000160217285,
|
| 47 |
-
30.420001983642578,
|
| 48 |
-
30.840002059936523,
|
| 49 |
-
32.590003967285156,
|
| 50 |
-
32.93000411987305,
|
| 51 |
-
42.320003509521484,
|
| 52 |
-
44.96000289916992,
|
| 53 |
-
50.340003967285156,
|
| 54 |
-
50.45000457763672,
|
| 55 |
-
57.55000305175781,
|
| 56 |
-
57.93000411987305,
|
| 57 |
-
58.21000289916992,
|
| 58 |
-
60.1400032043457,
|
| 59 |
-
62.61000442504883,
|
| 60 |
-
62.62000274658203,
|
| 61 |
-
62.71000289916992,
|
| 62 |
-
63.1400032043457,
|
| 63 |
-
63.1400032043457,
|
| 64 |
-
63.77000427246094,
|
| 65 |
-
63.93000411987305,
|
| 66 |
-
63.96000289916992,
|
| 67 |
-
63.970001220703125,
|
| 68 |
-
64.02999877929688,
|
| 69 |
-
64.06999969482422,
|
| 70 |
-
64.08000183105469,
|
| 71 |
-
64.12000274658203,
|
| 72 |
-
64.41000366210938,
|
| 73 |
-
64.4800033569336,
|
| 74 |
-
64.51000213623047,
|
| 75 |
-
64.52999877929688,
|
| 76 |
-
64.83999633789062
|
| 77 |
-
],
|
| 78 |
-
"rope_type": "longrope",
|
| 79 |
-
"short_factor": [
|
| 80 |
-
1.0,
|
| 81 |
-
1.0199999809265137,
|
| 82 |
-
1.0299999713897705,
|
| 83 |
-
1.0299999713897705,
|
| 84 |
-
1.0499999523162842,
|
| 85 |
-
1.0499999523162842,
|
| 86 |
-
1.0499999523162842,
|
| 87 |
-
1.0499999523162842,
|
| 88 |
-
1.0499999523162842,
|
| 89 |
-
1.0699999332427979,
|
| 90 |
-
1.0999999046325684,
|
| 91 |
-
1.1099998950958252,
|
| 92 |
-
1.1599998474121094,
|
| 93 |
-
1.1599998474121094,
|
| 94 |
-
1.1699998378753662,
|
| 95 |
-
1.2899998426437378,
|
| 96 |
-
1.339999794960022,
|
| 97 |
-
1.679999828338623,
|
| 98 |
-
1.7899998426437378,
|
| 99 |
-
1.8199998140335083,
|
| 100 |
-
1.8499997854232788,
|
| 101 |
-
1.8799997568130493,
|
| 102 |
-
1.9099997282028198,
|
| 103 |
-
1.9399996995925903,
|
| 104 |
-
1.9899996519088745,
|
| 105 |
-
2.0199997425079346,
|
| 106 |
-
2.0199997425079346,
|
| 107 |
-
2.0199997425079346,
|
| 108 |
-
2.0199997425079346,
|
| 109 |
-
2.0199997425079346,
|
| 110 |
-
2.0199997425079346,
|
| 111 |
-
2.0299997329711914,
|
| 112 |
-
2.0299997329711914,
|
| 113 |
-
2.0299997329711914,
|
| 114 |
-
2.0299997329711914,
|
| 115 |
-
2.0299997329711914,
|
| 116 |
-
2.0299997329711914,
|
| 117 |
-
2.0299997329711914,
|
| 118 |
-
2.0299997329711914,
|
| 119 |
-
2.0299997329711914,
|
| 120 |
-
2.0799996852874756,
|
| 121 |
-
2.0899996757507324,
|
| 122 |
-
2.189999580383301,
|
| 123 |
-
2.2199995517730713,
|
| 124 |
-
2.5899994373321533,
|
| 125 |
-
2.729999542236328,
|
| 126 |
-
2.749999523162842,
|
| 127 |
-
2.8399994373321533
|
| 128 |
-
]
|
| 129 |
},
|
| 130 |
-
"rope_theta": 10000.0,
|
| 131 |
"tie_word_embeddings": false,
|
| 132 |
-
"
|
| 133 |
-
"
|
| 134 |
-
"use_cache": true,
|
| 135 |
"vocab_size": 32064
|
| 136 |
}
|
|
|
|
| 22 |
"pad_token_id": 32009,
|
| 23 |
"pretraining_tp": 1,
|
| 24 |
"rms_norm_eps": 1e-05,
|
| 25 |
+
"rope_parameters": {
|
| 26 |
+
"rope_theta": 10000.0,
|
| 27 |
+
"rope_type": "default"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
},
|
|
|
|
| 29 |
"tie_word_embeddings": false,
|
| 30 |
+
"unsloth_version": "2026.3.3",
|
| 31 |
+
"use_cache": false,
|
|
|
|
| 32 |
"vocab_size": 32064
|
| 33 |
}
|