Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ widget:
|
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
This model is based on [bert-base](https://huggingface.co/bert-base) and was finetuned on [SQuAD2.0](https://rajpurkar.github.io/SQuAD-explorer/)
|
21 |
|
22 |
|
23 |
## How to use
|
@@ -40,7 +40,7 @@ nlp(inputs)
|
|
40 |
|
41 |
```
|
42 |
{
|
43 |
-
"base_model": "bert-base",
|
44 |
"do_lower_case": True,
|
45 |
"learning_rate": 3e-5,
|
46 |
"num_train_epochs": 4,
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
This model is based on **[bert-base-uncased](https://huggingface.co/bert-base-uncased)** and was finetuned on **[SQuAD2.0](https://rajpurkar.github.io/SQuAD-explorer/)**. The corresponding papers you can found [here (model)](https://arxiv.org/abs/1810.04805) and [here (data)](https://arxiv.org/abs/1806.03822).
|
21 |
|
22 |
|
23 |
## How to use
|
|
|
40 |
|
41 |
```
|
42 |
{
|
43 |
+
"base_model": "bert-base-uncased",
|
44 |
"do_lower_case": True,
|
45 |
"learning_rate": 3e-5,
|
46 |
"num_train_epochs": 4,
|