Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- dense retrieval
|
7 |
---
|
8 |
+
|
9 |
+
This model checkpoint is identical to https://huggingface.co/sentence-transformers/gtr-t5-base.
|
10 |
+
But include the model's dense layer.
|
11 |
+
|
12 |
+
Check the model class detail at: ...
|