Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,6 @@ tiny/
|
|
| 37 |
|
| 38 |
- **Root directory** (`whisper-tiny-*.gguf`): Use with **Candle** (Rust ML framework)
|
| 39 |
- Tensor names include `model.` prefix (e.g., `model.encoder.conv1.weight`)
|
| 40 |
-
- Compatible with Neurolang application
|
| 41 |
- Requires `config-tiny.json` and `tokenizer-tiny.json`
|
| 42 |
|
| 43 |
- **whisper.cpp/** directory: Use with **whisper.cpp** (C++ implementation)
|
|
|
|
| 37 |
|
| 38 |
- **Root directory** (`whisper-tiny-*.gguf`): Use with **Candle** (Rust ML framework)
|
| 39 |
- Tensor names include `model.` prefix (e.g., `model.encoder.conv1.weight`)
|
|
|
|
| 40 |
- Requires `config-tiny.json` and `tokenizer-tiny.json`
|
| 41 |
|
| 42 |
- **whisper.cpp/** directory: Use with **whisper.cpp** (C++ implementation)
|