BenjaminHelle commited on
Commit
aa130a4
·
verified ·
1 Parent(s): 780095c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -3,12 +3,17 @@ tags:
3
  - gguf
4
  - llama.cpp
5
  - unsloth
6
-
 
 
 
 
7
  ---
8
 
9
  # LFM2.5-350M-coder : GGUF
10
 
11
  This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
 
12
 
13
  **Example usage**:
14
  - For text only LLMs: `llama-cli -hf BenjaminHelle/LFM2.5-350M-coder --jinja`
@@ -18,4 +23,4 @@ This model was finetuned and converted to GGUF format using [Unsloth](https://gi
18
  - `LFM2.5-350M.Q8_0.gguf`
19
  - `LFM2.5-350M.Q4_K_M.gguf`
20
  This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
3
  - gguf
4
  - llama.cpp
5
  - unsloth
6
+ - code
7
+ datasets:
8
+ - nickrosh/Evol-Instruct-Code-80k-v1
9
+ base_model:
10
+ - LiquidAI/LFM2.5-350M
11
  ---
12
 
13
  # LFM2.5-350M-coder : GGUF
14
 
15
  This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
16
+ Dataset used: https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1
17
 
18
  **Example usage**:
19
  - For text only LLMs: `llama-cli -hf BenjaminHelle/LFM2.5-350M-coder --jinja`
 
23
  - `LFM2.5-350M.Q8_0.gguf`
24
  - `LFM2.5-350M.Q4_K_M.gguf`
25
  This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
26
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)