Learn after context #1
Browse files- README.md +2 -2
- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
-
base_model:
|
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 |
# roberta-large-squad-finetune-covidqa
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
base_model: pbaoo2705/roberta-large-squad-finetune-covidqa
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# roberta-large-squad-finetune-covidqa
|
15 |
|
16 |
+
This model is a fine-tuned version of [pbaoo2705/roberta-large-squad-finetune-covidqa](https://huggingface.co/pbaoo2705/roberta-large-squad-finetune-covidqa) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "pbaoo2705/roberta-large-squad-finetune-covidqa",
|
3 |
"architectures": [
|
4 |
+
"RobertaForQuestionAnswering"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9d38cec4c0239df8a8a95bf54b87a04f4650ad5d13729b935d975ab420ec823
|
3 |
+
size 1417384166
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:426d0d70297d791772ccd7f97bd4ca0621719ae6de607a147fe8e324fc0d9f8e
|
3 |
size 4536
|