Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: results
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# results
|
14 |
|
15 |
-
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -48,4 +50,4 @@ The following hyperparameters were used during training:
|
|
48 |
- Transformers 4.27.0.dev0
|
49 |
- Pytorch 1.13.1+cu116
|
50 |
- Datasets 2.9.0
|
51 |
-
- Tokenizers 0.13.2
|
|
|
5 |
model-index:
|
6 |
- name: results
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- natural_questions
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# results
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on the [NaturalQuestions dataset](https://research.google/pubs/pub47761/).
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
50 |
- Transformers 4.27.0.dev0
|
51 |
- Pytorch 1.13.1+cu116
|
52 |
- Datasets 2.9.0
|
53 |
+
- Tokenizers 0.13.2
|