Update README.md
Browse files
README.md
CHANGED
|
@@ -46,9 +46,13 @@ print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
|
|
| 46 |
|
| 47 |
> Identifying the breed of a dog could lead to assumptions about its behavior, which might result in mishandling or inappropriate care, potentially causing harm to the animal or the person interacting with it.
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
## Limitations
|
| 50 |
|
| 51 |
-
This model was trained on English only dataset, expanding on the base model Qwen3.5 language capabilities, so
|
| 52 |
|
| 53 |
-----
|
| 54 |
|
|
|
|
| 46 |
|
| 47 |
> Identifying the breed of a dog could lead to assumptions about its behavior, which might result in mishandling or inappropriate care, potentially causing harm to the animal or the person interacting with it.
|
| 48 |
|
| 49 |
+
## GGUF Quants:
|
| 50 |
+
|
| 51 |
+
Can be found [here](https://huggingface.co/models?other=base_model:quantized:theminji/OpenGoody-2)
|
| 52 |
+
|
| 53 |
## Limitations
|
| 54 |
|
| 55 |
+
This model was trained on English only dataset, expanding on the base model Qwen3.5 language capabilities, so non-English languages do not work very well.
|
| 56 |
|
| 57 |
-----
|
| 58 |
|