Add pipeline tag and library name
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
<p align="center">
|
@@ -27,8 +29,7 @@ license: mit
|
|
27 |
- A **novel alignment algorithm MM-DPO**.
|
28 |
- **Two new benchmarks**.
|
29 |
|
30 |
-
Our dataset and algorithms enable consistent performance improvements across **10 dimensions** and **27 benchmarks
|
31 |
-
<p align="center">
|
32 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/623d8ca4c29adf5ef6175615/8nVZQd8bfB6NJIixCv6_X.png" width="80%" />
|
33 |
</p>
|
34 |
|
@@ -46,11 +47,10 @@ The model was trained on [MM-RLHF data](https://huggingface.co/datasets/yifanzha
|
|
46 |
|
47 |
### Generation
|
48 |
|
49 |
-
We provide the simple generation process for using our model. For more details, you could refer to [Github](https://github.com/yfzhang114/MM-RLHF)
|
50 |
-
|
51 |
## Citation
|
52 |
|
53 |
If you find it useful for your research and applications, please cite related papers/blogs using this BibTeX:
|
54 |
```bibtex
|
55 |
|
56 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
---
|
6 |
|
7 |
<p align="center">
|
|
|
29 |
- A **novel alignment algorithm MM-DPO**.
|
30 |
- **Two new benchmarks**.
|
31 |
|
32 |
+
Our dataset and algorithms enable consistent performance improvements across **10 dimensions** and **27 benchmarks**.\n<p align="center">
|
|
|
33 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/623d8ca4c29adf5ef6175615/8nVZQd8bfB6NJIixCv6_X.png" width="80%" />
|
34 |
</p>
|
35 |
|
|
|
47 |
|
48 |
### Generation
|
49 |
|
50 |
+
We provide the simple generation process for using our model. For more details, you could refer to [Github](https://github.com/yfzhang114/MM-RLHF).\n
|
|
|
51 |
## Citation
|
52 |
|
53 |
If you find it useful for your research and applications, please cite related papers/blogs using this BibTeX:
|
54 |
```bibtex
|
55 |
|
56 |
+
```
|