Update README.md
This commit is contained in:
parent
2a0a3a4dcb
commit
042095eb40
|
@ -31,7 +31,7 @@ pipeline(model=model_name, tokenizer=model_name, revision="v1.0", task="question
|
||||||
**Language:** English
|
**Language:** English
|
||||||
**Downstream-task:** QA
|
**Downstream-task:** QA
|
||||||
**Training data:** SQuADv1
|
**Training data:** SQuADv1
|
||||||
**Eval data:** SQuAD
|
**Eval data:** SQuAD
|
||||||
**Infrastructure**: 2x Tesla v100
|
**Infrastructure**: 2x Tesla v100
|
||||||
**Code:** See [example](https://github.com/adityaarunsinghal/Domain-Adaptation/blob/master/scripts/shell_scripts/train_movieR_just_squadv1.sh)
|
**Code:** See [example](https://github.com/adityaarunsinghal/Domain-Adaptation/blob/master/scripts/shell_scripts/train_movieR_just_squadv1.sh)
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Total train batch size (w. parallel, distributed & accumulation) = 64
|
||||||
```
|
```
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
### Eval on MoviesQA
|
### Eval on SQuADv1
|
||||||
- epoch = 10.0
|
- epoch = 10.0
|
||||||
- eval_samples = 10790
|
- eval_samples = 10790
|
||||||
- exact_match = 83.6045
|
- exact_match = 83.6045
|
||||||
|
|
Loading…
Reference in New Issue