Feature Extraction
Transformers
PyTorch
English
nielsr HF Staff commited on
Commit
2c86071
·
verified ·
1 Parent(s): 7457b76

Add license and pipeline tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
- library_name: transformers
 
3
  datasets:
4
  - microsoft/ms_marco
5
  language:
6
  - en
7
- base_model:
8
- - google-bert/bert-base-uncased
 
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