Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ base_model:
|
|
10 |
|
11 |
# Qwen3 0.6B Text FIM
|
12 |
This is a model trained to do fill-in-the-middle (FIM) with text.\
|
|
|
13 |
It was fine tuned using Unsloth, code [here](https://github.com/OleFranz/qwen3-fim-finetune).
|
14 |
|
15 |
## Example code
|
|
|
10 |
|
11 |
# Qwen3 0.6B Text FIM
|
12 |
This is a model trained to do fill-in-the-middle (FIM) with text.\
|
13 |
+
This model is used in the [browser-autocomplete](https://github.com/OleFranz/browser-autocomplete) extension.\
|
14 |
It was fine tuned using Unsloth, code [here](https://github.com/OleFranz/qwen3-fim-finetune).
|
15 |
|
16 |
## Example code
|