Instructions to use ukung/collections_model 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 ukung/collections_model 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 ukung/collections_model # Run inference directly in the terminal: llama cli -hf ukung/collections_model
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ukung/collections_model # Run inference directly in the terminal: llama cli -hf ukung/collections_model
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 ukung/collections_model # Run inference directly in the terminal: ./llama-cli -hf ukung/collections_model
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 ukung/collections_model # Run inference directly in the terminal: ./build/bin/llama-cli -hf ukung/collections_model
Use Docker
docker model run hf.co/ukung/collections_model
- LM Studio
- Jan
- Ollama
How to use ukung/collections_model with Ollama:
ollama run hf.co/ukung/collections_model
- Unsloth Desktop
- Pi
How to use ukung/collections_model with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ukung/collections_model
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "ukung/collections_model" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use ukung/collections_model with Docker Model Runner:
docker model run hf.co/ukung/collections_model
- Lemonade
How to use ukung/collections_model with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ukung/collections_model
Run and chat with the model
lemonade run user.collections_model-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use ukung/collections_model with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ukung/collections_model
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default ukung/collections_model
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use ukung/collections_model with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ukung/collections_model
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "ukung/collections_model" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload folder using huggingface_hub
Browse files
whisper-tiny/added_tokens.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|af|>": 50327,
|
| 3 |
+
"<|am|>": 50334,
|
| 4 |
+
"<|ar|>": 50272,
|
| 5 |
+
"<|as|>": 50350,
|
| 6 |
+
"<|az|>": 50304,
|
| 7 |
+
"<|ba|>": 50355,
|
| 8 |
+
"<|be|>": 50330,
|
| 9 |
+
"<|bg|>": 50292,
|
| 10 |
+
"<|bn|>": 50302,
|
| 11 |
+
"<|bo|>": 50347,
|
| 12 |
+
"<|br|>": 50309,
|
| 13 |
+
"<|bs|>": 50315,
|
| 14 |
+
"<|ca|>": 50270,
|
| 15 |
+
"<|cs|>": 50283,
|
| 16 |
+
"<|cy|>": 50297,
|
| 17 |
+
"<|da|>": 50285,
|
| 18 |
+
"<|de|>": 50261,
|
| 19 |
+
"<|el|>": 50281,
|
| 20 |
+
"<|en|>": 50259,
|
| 21 |
+
"<|es|>": 50262,
|
| 22 |
+
"<|et|>": 50307,
|
| 23 |
+
"<|eu|>": 50310,
|
| 24 |
+
"<|fa|>": 50300,
|
| 25 |
+
"<|fi|>": 50277,
|
| 26 |
+
"<|fo|>": 50338,
|
| 27 |
+
"<|fr|>": 50265,
|
| 28 |
+
"<|gl|>": 50319,
|
| 29 |
+
"<|gu|>": 50333,
|
| 30 |
+
"<|haw|>": 50352,
|
| 31 |
+
"<|ha|>": 50354,
|
| 32 |
+
"<|he|>": 50279,
|
| 33 |
+
"<|hi|>": 50276,
|
| 34 |
+
"<|hr|>": 50291,
|
| 35 |
+
"<|ht|>": 50339,
|
| 36 |
+
"<|hu|>": 50286,
|
| 37 |
+
"<|hy|>": 50312,
|
| 38 |
+
"<|id|>": 50275,
|
| 39 |
+
"<|is|>": 50311,
|
| 40 |
+
"<|it|>": 50274,
|
| 41 |
+
"<|ja|>": 50266,
|
| 42 |
+
"<|jw|>": 50356,
|
| 43 |
+
"<|ka|>": 50329,
|
| 44 |
+
"<|kk|>": 50316,
|
| 45 |
+
"<|km|>": 50323,
|
| 46 |
+
"<|kn|>": 50306,
|
| 47 |
+
"<|ko|>": 50264,
|
| 48 |
+
"<|la|>": 50294,
|
| 49 |
+
"<|lb|>": 50345,
|
| 50 |
+
"<|ln|>": 50353,
|
| 51 |
+
"<|lo|>": 50336,
|
| 52 |
+
"<|lt|>": 50293,
|
| 53 |
+
"<|lv|>": 50301,
|
| 54 |
+
"<|mg|>": 50349,
|
| 55 |
+
"<|mi|>": 50295,
|
| 56 |
+
"<|mk|>": 50308,
|
| 57 |
+
"<|ml|>": 50296,
|
| 58 |
+
"<|mn|>": 50314,
|
| 59 |
+
"<|mr|>": 50320,
|
| 60 |
+
"<|ms|>": 50282,
|
| 61 |
+
"<|mt|>": 50343,
|
| 62 |
+
"<|my|>": 50346,
|
| 63 |
+
"<|ne|>": 50313,
|
| 64 |
+
"<|nl|>": 50271,
|
| 65 |
+
"<|nn|>": 50342,
|
| 66 |
+
"<|nocaptions|>": 50362,
|
| 67 |
+
"<|notimestamps|>": 50363,
|
| 68 |
+
"<|no|>": 50288,
|
| 69 |
+
"<|oc|>": 50328,
|
| 70 |
+
"<|pa|>": 50321,
|
| 71 |
+
"<|pl|>": 50269,
|
| 72 |
+
"<|ps|>": 50340,
|
| 73 |
+
"<|pt|>": 50267,
|
| 74 |
+
"<|ro|>": 50284,
|
| 75 |
+
"<|ru|>": 50263,
|
| 76 |
+
"<|sa|>": 50344,
|
| 77 |
+
"<|sd|>": 50332,
|
| 78 |
+
"<|si|>": 50322,
|
| 79 |
+
"<|sk|>": 50298,
|
| 80 |
+
"<|sl|>": 50305,
|
| 81 |
+
"<|sn|>": 50324,
|
| 82 |
+
"<|so|>": 50326,
|
| 83 |
+
"<|sq|>": 50317,
|
| 84 |
+
"<|sr|>": 50303,
|
| 85 |
+
"<|startoflm|>": 50360,
|
| 86 |
+
"<|startofprev|>": 50361,
|
| 87 |
+
"<|startoftranscript|>": 50258,
|
| 88 |
+
"<|su|>": 50357,
|
| 89 |
+
"<|sv|>": 50273,
|
| 90 |
+
"<|sw|>": 50318,
|
| 91 |
+
"<|ta|>": 50287,
|
| 92 |
+
"<|te|>": 50299,
|
| 93 |
+
"<|tg|>": 50331,
|
| 94 |
+
"<|th|>": 50289,
|
| 95 |
+
"<|tk|>": 50341,
|
| 96 |
+
"<|tl|>": 50348,
|
| 97 |
+
"<|transcribe|>": 50359,
|
| 98 |
+
"<|translate|>": 50358,
|
| 99 |
+
"<|tr|>": 50268,
|
| 100 |
+
"<|tt|>": 50351,
|
| 101 |
+
"<|uk|>": 50280,
|
| 102 |
+
"<|ur|>": 50290,
|
| 103 |
+
"<|uz|>": 50337,
|
| 104 |
+
"<|vi|>": 50278,
|
| 105 |
+
"<|yi|>": 50335,
|
| 106 |
+
"<|yo|>": 50325,
|
| 107 |
+
"<|zh|>": 50260
|
| 108 |
+
}
|
whisper-tiny/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
whisper-tiny/onnx/decoder_model_merged_q4.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:462a65ea8459402cded5e6f22a378ac410ec7e0aad9367ebb08431906c237660
|
| 3 |
+
size 86739474
|
whisper-tiny/onnx/encoder_model_q4.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f895af36f57fec9cbeac8d29a982ae47b2e81e461d98320fbd30c47d01a6a13f
|
| 3 |
+
size 9006044
|
whisper-tiny/support-lang.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{ "af": "Afrikaans" },
|
| 3 |
+
{ "am": "Amharic" },
|
| 4 |
+
{ "ar": "Arabic" },
|
| 5 |
+
{ "as": "Assamese" },
|
| 6 |
+
{ "az": "Azerbaijani" },
|
| 7 |
+
{ "ba": "Bashkir" },
|
| 8 |
+
{ "be": "Belarusian" },
|
| 9 |
+
{ "bg": "Bulgarian" },
|
| 10 |
+
{ "bn": "Bengali" },
|
| 11 |
+
{ "bo": "Tibetan" },
|
| 12 |
+
{ "br": "Breton" },
|
| 13 |
+
{ "bs": "Bosnian" },
|
| 14 |
+
{ "ca": "Catalan" },
|
| 15 |
+
{ "cs": "Czech" },
|
| 16 |
+
{ "cy": "Welsh" },
|
| 17 |
+
{ "da": "Danish" },
|
| 18 |
+
{ "de": "German" },
|
| 19 |
+
{ "el": "Greek" },
|
| 20 |
+
{ "en": "English" },
|
| 21 |
+
{ "es": "Spanish" },
|
| 22 |
+
{ "et": "Estonian" },
|
| 23 |
+
{ "eu": "Basque" },
|
| 24 |
+
{ "fa": "Persian" },
|
| 25 |
+
{ "fi": "Finnish" },
|
| 26 |
+
{ "fo": "Faroese" },
|
| 27 |
+
{ "fr": "French" },
|
| 28 |
+
{ "gl": "Galician" },
|
| 29 |
+
{ "gu": "Gujarati" },
|
| 30 |
+
{ "haw": "Hawaiian" },
|
| 31 |
+
{ "ha": "Hausa" },
|
| 32 |
+
{ "he": "Hebrew" },
|
| 33 |
+
{ "hi": "Hindi" },
|
| 34 |
+
{ "hr": "Croatian" },
|
| 35 |
+
{ "ht": "Haitian Creole" },
|
| 36 |
+
{ "hu": "Hungarian" },
|
| 37 |
+
{ "hy": "Armenian" },
|
| 38 |
+
{ "id": "Indonesian" },
|
| 39 |
+
{ "is": "Icelandic" },
|
| 40 |
+
{ "it": "Italian" },
|
| 41 |
+
{ "ja": "Japanese" },
|
| 42 |
+
{ "jw": "Javanese" },
|
| 43 |
+
{ "ka": "Georgian" },
|
| 44 |
+
{ "kk": "Kazakh" },
|
| 45 |
+
{ "km": "Khmer" },
|
| 46 |
+
{ "kn": "Kannada" },
|
| 47 |
+
{ "ko": "Korean" },
|
| 48 |
+
{ "la": "Latin" },
|
| 49 |
+
{ "lb": "Luxembourgish" },
|
| 50 |
+
{ "ln": "Lingala" },
|
| 51 |
+
{ "lo": "Lao" },
|
| 52 |
+
{ "lt": "Lithuanian" },
|
| 53 |
+
{ "lv": "Latvian" },
|
| 54 |
+
{ "mg": "Malagasy" },
|
| 55 |
+
{ "mi": "Māori" },
|
| 56 |
+
{ "mk": "Macedonian" },
|
| 57 |
+
{ "ml": "Malayalam" },
|
| 58 |
+
{ "mn": "Mongolian" },
|
| 59 |
+
{ "mr": "Marathi" },
|
| 60 |
+
{ "ms": "Malay" },
|
| 61 |
+
{ "mt": "Maltese" },
|
| 62 |
+
{ "my": "Myanmar (Burmese)" },
|
| 63 |
+
{ "ne": "Nepali" },
|
| 64 |
+
{ "nl": "Dutch" },
|
| 65 |
+
{ "nn": "Norwegian Nynorsk" },
|
| 66 |
+
{ "no": "Norwegian" },
|
| 67 |
+
{ "oc": "Occitan" },
|
| 68 |
+
{ "pa": "Punjabi" },
|
| 69 |
+
{ "pl": "Polish" },
|
| 70 |
+
{ "ps": "Pashto" },
|
| 71 |
+
{ "pt": "Portuguese" },
|
| 72 |
+
{ "ro": "Romanian" },
|
| 73 |
+
{ "ru": "Russian" },
|
| 74 |
+
{ "sa": "Sanskrit" },
|
| 75 |
+
{ "sd": "Sindhi" },
|
| 76 |
+
{ "si": "Sinhala" },
|
| 77 |
+
{ "sk": "Slovak" },
|
| 78 |
+
{ "sl": "Slovenian" },
|
| 79 |
+
{ "sn": "Shona" },
|
| 80 |
+
{ "so": "Somali" },
|
| 81 |
+
{ "sq": "Albanian" },
|
| 82 |
+
{ "sr": "Serbian" },
|
| 83 |
+
{ "su": "Sundanese" },
|
| 84 |
+
{ "sv": "Swedish" },
|
| 85 |
+
{ "sw": "Swahili" },
|
| 86 |
+
{ "ta": "Tamil" },
|
| 87 |
+
{ "te": "Telugu" },
|
| 88 |
+
{ "tg": "Tajik" },
|
| 89 |
+
{ "th": "Thai" },
|
| 90 |
+
{ "tk": "Turkmen" },
|
| 91 |
+
{ "tl": "Tagalog" },
|
| 92 |
+
{ "tr": "Turkish" },
|
| 93 |
+
{ "tt": "Tatar" },
|
| 94 |
+
{ "uk": "Ukrainian" },
|
| 95 |
+
{ "ur": "Urdu" },
|
| 96 |
+
{ "uz": "Uzbek" },
|
| 97 |
+
{ "vi": "Vietnamese" },
|
| 98 |
+
{ "yi": "Yiddish" },
|
| 99 |
+
{ "yo": "Yoruba" },
|
| 100 |
+
{ "zh": "Chinese" }
|
| 101 |
+
]
|
whisper-tiny/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|