Add license and pipeline tag
Browse filesThis PR adds the `feature-extraction` pipeline tag to the model card, ensuring the model is findable at https://huggingface.co/models?pipeline_tag=feature-extraction. It also adds the Apache 2.0 license, as specified in the Github repository.
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
|