Add license and pipeline tag (#1)
Browse files- Add license and pipeline tag (2c860714f29c5c5f2f022e167055c00c81814d38)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- microsoft/ms_marco
|
5 |
language:
|
6 |
- en
|
7 |
-
|
8 |
-
|
|
|
9 |
---
|
10 |
|
11 |
# Model Card
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- google-bert/bert-base-uncased
|
4 |
datasets:
|
5 |
- microsoft/ms_marco
|
6 |
language:
|
7 |
- en
|
8 |
+
library_name: transformers
|
9 |
+
license: apache-2.0
|
10 |
+
pipeline_tag: feature-extraction
|
11 |
---
|
12 |
|
13 |
# Model Card
|