Update README.md
Browse files
README.md
CHANGED
@@ -36,3 +36,4 @@ model = AutoModelForCausalLM.from_pretrained("dmedhi/flosmolv", trust_remote_cod
|
|
36 |
model(img, "what is the object in the image?")
|
37 |
```
|
38 |
|
|
|
|
36 |
model(img, "what is the object in the image?")
|
37 |
```
|
38 |
|
39 |
+
You can find more about the model and configuration script here: https://huggingface.co/dmedhi/flosmolv/tree/main
|