Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
license: apache-2.0
|
5 |
+
---
|
6 |
+
# Mengzi-oscar-base-retrieval (Chinese Image-text retrieval model)
|
7 |
+
Mengzi-oscar-base-retrieval is fine-tuned based on Chinese multi-modal pre-training model [Mengzi-Oscar](https://github.com/Langboat/Mengzi/blob/main/Mengzi-Oscar.md), on COCO-ir dataset.
|
8 |
+
## Usage
|
9 |
+
#### Installation
|
10 |
+
Check [INSTALL.md](https://github.com/microsoft/Oscar/blob/master/INSTALL.md) for installation instructions.
|
11 |
+
#### Pretrain & fine-tune
|
12 |
+
See the [Mengzi-Oscar.md](https://github.com/Langboat/Mengzi/blob/main/Mengzi-Oscar.md) for details.
|
13 |
+
## Citation
|
14 |
+
If you find the technical report or resource is useful, please cite the following technical report in your paper.
|
15 |
+
```
|
16 |
+
example
|
17 |
+
```
|