Update dimensions
Browse files
README.md
CHANGED
@@ -41,6 +41,13 @@ This way, the model learns an inner representation of the English language that
|
|
41 |
useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard
|
42 |
classifier using the features produced by the BERT model as inputs.
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## Intended uses & limitations
|
45 |
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
|
46 |
|
|
|
41 |
useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard
|
42 |
classifier using the features produced by the BERT model as inputs.
|
43 |
|
44 |
+
This model has the following configuration:
|
45 |
+
|
46 |
+
- 24-layer
|
47 |
+
- 1024 hidden dimension
|
48 |
+
- 16 attention heads
|
49 |
+
- 336M parameters.
|
50 |
+
|
51 |
## Intended uses & limitations
|
52 |
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
|
53 |
|