thatdramebaazguy
commited on
Commit
•
88a895b
1
Parent(s):
6d50277
Update README.md
Browse files
README.md
CHANGED
@@ -49,11 +49,16 @@ Total train batch size (w. parallel, distributed & accumulation) = 128
|
|
49 |
```
|
50 |
## Performance
|
51 |
|
52 |
-
### Eval on
|
53 |
- eval_samples = 10790
|
54 |
- exact_match = 83.0274
|
55 |
- f1 = 90.1615
|
56 |
|
|
|
|
|
|
|
|
|
|
|
57 |
Github Repo:
|
58 |
- [Domain-Adaptation Project](https://github.com/adityaarunsinghal/Domain-Adaptation/)
|
59 |
|
|
|
49 |
```
|
50 |
## Performance
|
51 |
|
52 |
+
### Eval on SQuADv1
|
53 |
- eval_samples = 10790
|
54 |
- exact_match = 83.0274
|
55 |
- f1 = 90.1615
|
56 |
|
57 |
+
### Eval on MoviesQA
|
58 |
+
- eval_samples = 5032
|
59 |
+
- exact_match = 51.64944
|
60 |
+
- f1 = 65.53983
|
61 |
+
|
62 |
Github Repo:
|
63 |
- [Domain-Adaptation Project](https://github.com/adityaarunsinghal/Domain-Adaptation/)
|
64 |
|