Commit
·
00db309
1
Parent(s):
afdd48f
Librarian Bot: Add base_model information to model
Browse filesThis is a pull request to add `microsoft/MiniLM-L12-H384-uncased` as a `base_model` field to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
This information was found in the model card by doing a regular expression match on your model's `README.md` file.
Adding this information to your models metadata will allow users to find your model when searching for models based on a specific model and make it easier to discover the links between different models on the hub.
This PR was made by Librarian Bot. Feel free to get in touch with [@davanstrien](https://huggingface.co/davanstrien) with feedback or questions.
README.md
CHANGED
@@ -4,6 +4,7 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
7 |
model-index:
|
8 |
- name: MiniLM-evidence-types
|
9 |
results: []
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
base_model: microsoft/MiniLM-L12-H384-uncased
|
8 |
model-index:
|
9 |
- name: MiniLM-evidence-types
|
10 |
results: []
|