Model save
Browse files- README.md +2 -2
- config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# distilbert-base-uncased-finetuned-squad
|
15 |
|
16 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: maguitai/distilbert-base-uncased-finetuned-squad
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# distilbert-base-uncased-finetuned-squad
|
15 |
|
16 |
+
This model is a fine-tuned version of [maguitai/distilbert-base-uncased-finetuned-squad](https://huggingface.co/maguitai/distilbert-base-uncased-finetuned-squad) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "maguitai/distilbert-base-uncased-finetuned-squad",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a102ce94afe873f5c1def56144f9de1f7d13f888ee9f4f62af7d595fdd0ac8ce
|
3 |
size 4728
|