Instructions to use do2do2/prag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use do2do2/prag with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("do2do2/prag", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,11 +3,11 @@ library_name: transformers
|
|
| 3 |
tags:
|
| 4 |
- recommendation
|
| 5 |
- retrieval
|
| 6 |
-
- two-tower
|
| 7 |
- prag
|
| 8 |
- pytorch
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# PRAG Encoder Model
|
|
|
|
| 3 |
tags:
|
| 4 |
- recommendation
|
| 5 |
- retrieval
|
|
|
|
| 6 |
- prag
|
| 7 |
- pytorch
|
| 8 |
+
license: mit
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
---
|
| 12 |
|
| 13 |
# PRAG Encoder Model
|