Instructions to use Uni-Edit/Uni-Edit-BAGEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Uni-Edit/Uni-Edit-BAGEL with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Uni-Edit/Uni-Edit-BAGEL", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update
Browse files
README.md
CHANGED
|
@@ -8,9 +8,13 @@ pipeline_tag: any-to-any
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
This repository contains the Uni-Edit-BAGEL-14B model presented in [Uni-Edit: Intelligent Editing Is A General Task For Unified Model Tuning]().
|
| 14 |
|
| 15 |
[**Project Page**]() | [**GitHub Repository**](https://github.com/zhengdian1/Uni-Edit) | [**Paper**]()
|
| 16 |
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<p align="left">
|
| 12 |
+
<img src="https://github.com/zhengdian1/Uni-Edit/tree/main/assets/logo.jpg" alt="Uni-Edit" width="480"/>
|
| 13 |
+
</p>
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
# 🥯 BAGEL • Unified Model for Multimodal Understanding and Generation
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
[**Project Page**]() | [**GitHub Repository**](https://github.com/zhengdian1/Uni-Edit) | [**Paper**]()
|
| 20 |
|