LinWeizheDragon
commited on
Commit
•
e082b5c
1
Parent(s):
bb30e3a
Update README.md
Browse files
README.md
CHANGED
@@ -13,10 +13,13 @@ tags:
|
|
13 |
|
14 |
# PreFLMR model card
|
15 |
|
|
|
|
|
|
|
16 |
|
17 |
### Model Description
|
18 |
|
19 |
-
- **Model type:**
|
20 |
- **Language(s) (NLP):** English
|
21 |
- **License:** MIT License
|
22 |
|
@@ -32,8 +35,7 @@ tags:
|
|
32 |
|
33 |
### Direct Use
|
34 |
|
35 |
-
|
36 |
-
This model can be used directly to retrieve documents from a large corpus using a combination of text and image input queries. The retrieval useage can be found in the [official implementation](https://github.com/LinWeizheDragon/FLMR).
|
37 |
|
38 |
### Downstream Use
|
39 |
|
|
|
13 |
|
14 |
# PreFLMR model card
|
15 |
|
16 |
+
PreFLMR is an open-source model for multimodal knowledge retrieval. It is a transformer-based model that uses a combination of text and image inputs to retrieve relevant documents from a large corpus.
|
17 |
+
|
18 |
+
## Model Details
|
19 |
|
20 |
### Model Description
|
21 |
|
22 |
+
- **Model type:** FLMRModelForRetrieval
|
23 |
- **Language(s) (NLP):** English
|
24 |
- **License:** MIT License
|
25 |
|
|
|
35 |
|
36 |
### Direct Use
|
37 |
|
38 |
+
This model can be used directly to retrieve documents from a large corpus using a combination of text and image input queries. The retrieval usage can be found in the [official implementation](https://github.com/LinWeizheDragon/FLMR).
|
|
|
39 |
|
40 |
### Downstream Use
|
41 |
|