Manli commited on
Commit
9ff8985
β€’
1 Parent(s): 5ebe0d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -5,6 +5,13 @@ 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 +129,7 @@ We strongly recommend users assess safety and fairness before applying to downst
122
 
123
  Our code and weights are released under the Apache-2.0 license. The copyright of the training data remains with the original data owner.
124
 
125
- # Code acknowledgement
126
 
127
  [LAVIS](https://github.com/salesforce/LAVIS) \
128
  [openflamingo](https://github.com/mlfoundations/open_flamingo) \
@@ -157,4 +164,4 @@ pip install transformers==4.41.1
157
  # Changelog
158
 
159
  * 05/24/2024
160
- * update codebase to be compatiable with `transformers==4.41.1`.
 
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
 
16
  # Model description
17
  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.
 
129
 
130
  Our code and weights are released under the Apache-2.0 license. The copyright of the training data remains with the original data owner.
131
 
132
+ # Code acknowledgment
133
 
134
  [LAVIS](https://github.com/salesforce/LAVIS) \
135
  [openflamingo](https://github.com/mlfoundations/open_flamingo) \
 
164
  # Changelog
165
 
166
  * 05/24/2024
167
+ * update codebase to be compatible with `transformers==4.41.1`.