antoinelouis
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
-
license: apache-2.0
|
4 |
datasets:
|
5 |
- ms_marco
|
6 |
- sentence-transformers/msmarco-hard-negatives
|
@@ -104,7 +103,6 @@ language:
|
|
104 |
<a href="#evaluation">π Evaluation</a> |
|
105 |
<a href="#train">π€ Training</a> |
|
106 |
<a href="#citation">π Citation</a> |
|
107 |
-
<a href="#license">π License</a>
|
108 |
<p>
|
109 |
<p>
|
110 |
<a href="https://github.com/ant-louis/xm-retrievers">π» Code</a> |
|
@@ -245,8 +243,4 @@ The model is initialized from the [xmod-base](https://huggingface.co/facebook/xm
|
|
245 |
eprinttype = {arXiv},
|
246 |
eprint = {2402.xxxxx},
|
247 |
}
|
248 |
-
```
|
249 |
-
|
250 |
-
## License
|
251 |
-
|
252 |
-
DPR-XM is licensed under the [Apache 2.0](https://opensource.org/license/apache-2-0/) license.
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
|
|
3 |
datasets:
|
4 |
- ms_marco
|
5 |
- sentence-transformers/msmarco-hard-negatives
|
|
|
103 |
<a href="#evaluation">π Evaluation</a> |
|
104 |
<a href="#train">π€ Training</a> |
|
105 |
<a href="#citation">π Citation</a> |
|
|
|
106 |
<p>
|
107 |
<p>
|
108 |
<a href="https://github.com/ant-louis/xm-retrievers">π» Code</a> |
|
|
|
243 |
eprinttype = {arXiv},
|
244 |
eprint = {2402.xxxxx},
|
245 |
}
|
246 |
+
```
|
|
|
|
|
|
|
|