Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,12 @@ language:
|
|
5 |
pipeline_tag: image-text-to-text
|
6 |
---
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# Model description
|
10 |
We are excited to announce the continuation and rebranding of our **BLIP series** into **XGen-MM**, to be better aligned with Salesforce's unified XGen initiative for large foundation models! This rebranding marks a significant step in our ongoing development of cutting-edge multimodal technologies.
|
@@ -122,7 +128,7 @@ We strongly recommend users assess safety and fairness before applying to downst
|
|
122 |
|
123 |
Our code and weights are released under the Creative Commons Attribution Non Commercial 4.0 [LICENSE](LICENSE.txt). Please fill out a form at [here](https://forms.gle/ffPc9oZC2ZGeJ1N68) to consult the commercial use of model weights.
|
124 |
|
125 |
-
# Code
|
126 |
|
127 |
[LAVIS](https://github.com/salesforce/LAVIS) \
|
128 |
[openflamingo](https://github.com/mlfoundations/open_flamingo) \
|
@@ -157,4 +163,4 @@ pip install transformers==4.41.1
|
|
157 |
# Changelog
|
158 |
|
159 |
* 05/24/2024
|
160 |
-
* update codebase to be
|
|
|
5 |
pipeline_tag: image-text-to-text
|
6 |
---
|
7 |
|
8 |
+
# π£ News
|
9 |
+
π [08/19/2024] xGen-MM-v1.5 released:
|
10 |
+
- [π€ xgen-mm-phi3-mini-instruct-interleave-r-v1.5](https://huggingface.co/Salesforce/xgen-mm-phi3-mini-instruct-interleave-r-v1.5)
|
11 |
+
- [π€ xgen-mm-phi3-mini-base-r-v1.5](https://huggingface.co/Salesforce/xgen-mm-phi3-mini-base-r-v1.5)
|
12 |
+
- [π€ xgen-mm-phi3-mini-instruct-singleimg-r-v1.5](https://huggingface.co/Salesforce/xgen-mm-phi3-mini-instruct-singleimg-r-v1.5)
|
13 |
+
- [π€ xgen-mm-phi3-mini-instruct-dpo-r-v1.5](https://huggingface.co/Salesforce/xgen-mm-phi3-mini-instruct-dpo-r-v1.5)
|
14 |
|
15 |
# Model description
|
16 |
We are excited to announce the continuation and rebranding of our **BLIP series** into **XGen-MM**, to be better aligned with Salesforce's unified XGen initiative for large foundation models! This rebranding marks a significant step in our ongoing development of cutting-edge multimodal technologies.
|
|
|
128 |
|
129 |
Our code and weights are released under the Creative Commons Attribution Non Commercial 4.0 [LICENSE](LICENSE.txt). Please fill out a form at [here](https://forms.gle/ffPc9oZC2ZGeJ1N68) to consult the commercial use of model weights.
|
130 |
|
131 |
+
# Code acknowledgment
|
132 |
|
133 |
[LAVIS](https://github.com/salesforce/LAVIS) \
|
134 |
[openflamingo](https://github.com/mlfoundations/open_flamingo) \
|
|
|
163 |
# Changelog
|
164 |
|
165 |
* 05/24/2024
|
166 |
+
* update codebase to be compatible with `transformers==4.41.1`.
|