Update README.md
Browse files
README.md
CHANGED
|
@@ -60,14 +60,14 @@ base_model:
|
|
| 60 |
|
| 61 |
# LFM2-350M-GGUF
|
| 62 |
|
| 63 |
-
|
| 64 |
|
| 65 |
-
Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M
|
| 66 |
|
| 67 |
## 🏃 How to run LFM2
|
| 68 |
|
| 69 |
Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):
|
| 70 |
|
| 71 |
```
|
| 72 |
-
llama-cli -hf LiquidAI/LFM2-350M-GGUF
|
| 73 |
```
|
|
|
|
| 60 |
|
| 61 |
# LFM2-350M-GGUF
|
| 62 |
|
| 63 |
+
Based on the [LFM2-350M](https://huggingface.co/LiquidAI/LFM2-350M) model, this checkpoint has been fine-tuned for near real-time **bi-directional Japanese/English translation** of short-to-medium inputs.
|
| 64 |
|
| 65 |
+
Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT
|
| 66 |
|
| 67 |
## 🏃 How to run LFM2
|
| 68 |
|
| 69 |
Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):
|
| 70 |
|
| 71 |
```
|
| 72 |
+
llama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF
|
| 73 |
```
|