Update dimensions
Browse files
README.md
CHANGED
@@ -42,6 +42,13 @@ This way, the model learns an inner representation of the English language that
|
|
42 |
useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard
|
43 |
classifier using the features produced by the BERT model as inputs.
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## Intended uses & limitations
|
46 |
This model should be used as a question-answering model. You may use it in a question answering pipeline, or use it to output raw results given a query and a context. You may see other use cases in the [task summary](https://huggingface.co/transformers/task_summary.html#extractive-question-answering) of the transformers documentation.## Training data
|
47 |
|
|
|
42 |
useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard
|
43 |
classifier using the features produced by the BERT model as inputs.
|
44 |
|
45 |
+
This model has the following configuration:
|
46 |
+
|
47 |
+
- 24-layer
|
48 |
+
- 1024 hidden dimension
|
49 |
+
- 16 attention heads
|
50 |
+
- 336M parameters.
|
51 |
+
|
52 |
## Intended uses & limitations
|
53 |
This model should be used as a question-answering model. You may use it in a question answering pipeline, or use it to output raw results given a query and a context. You may see other use cases in the [task summary](https://huggingface.co/transformers/task_summary.html#extractive-question-answering) of the transformers documentation.## Training data
|
54 |
|