thatdramebaazguy commited on
Commit
042095e
1 Parent(s): 2a0a3a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ pipeline(model=model_name, tokenizer=model_name, revision="v1.0", task="question
31
  **Language:** English
32
  **Downstream-task:** QA
33
  **Training data:** SQuADv1
34
- **Eval data:** SQuAD
35
  **Infrastructure**: 2x Tesla v100
36
  **Code:** See [example](https://github.com/adityaarunsinghal/Domain-Adaptation/blob/master/scripts/shell_scripts/train_movieR_just_squadv1.sh)
37
 
@@ -45,7 +45,7 @@ Total train batch size (w. parallel, distributed & accumulation) = 64
45
  ```
46
  ## Performance
47
 
48
- ### Eval on MoviesQA
49
  - epoch = 10.0
50
  - eval_samples = 10790
51
  - exact_match = 83.6045
 
31
  **Language:** English
32
  **Downstream-task:** QA
33
  **Training data:** SQuADv1
34
+ **Eval data:** SQuAD
35
  **Infrastructure**: 2x Tesla v100
36
  **Code:** See [example](https://github.com/adityaarunsinghal/Domain-Adaptation/blob/master/scripts/shell_scripts/train_movieR_just_squadv1.sh)
37
 
 
45
  ```
46
  ## Performance
47
 
48
+ ### Eval on SQuADv1
49
  - epoch = 10.0
50
  - eval_samples = 10790
51
  - exact_match = 83.6045