miguelcarv
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Φ Pheye - a family of efficient small vision-language models
|
2 |
|
3 |
- These models train a fraction of the number of parameters other models of similar sizes train
|
@@ -50,4 +55,4 @@ python3 generate.py --image_path images/dog_flower.jpg --prompt "What is the dog
|
|
50 |
|
51 |
## Acknowledgments
|
52 |
|
53 |
-
This implementation was inspired by [OpenFlamingo](https://github.com/mlfoundations/open_flamingo)'s repository.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
---
|
6 |
# Φ Pheye - a family of efficient small vision-language models
|
7 |
|
8 |
- These models train a fraction of the number of parameters other models of similar sizes train
|
|
|
55 |
|
56 |
## Acknowledgments
|
57 |
|
58 |
+
This implementation was inspired by [OpenFlamingo](https://github.com/mlfoundations/open_flamingo)'s repository.
|