theminji commited on
Commit
9890c10
·
verified ·
1 Parent(s): 77049b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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 it may or may not work properly in other langauges. I will try it once I get quants out.
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