-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69b1b7c
commit 1ed8925
Showing
128 changed files
with
2,571 additions
and
1,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
XQuAD: | ||
URA-LLaMa 70B: | ||
DRR: null | ||
DRG: 0.39 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.41 | ||
SAG_std: 0.00 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
URA-LLaMa 13B: | ||
DRR: null | ||
DRG: 0.39 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.45 | ||
SAG_std: 0.01 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
URA-LLaMa 7B: | ||
DRR: null | ||
DRG: 0.43 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.48 | ||
SAG_std: 0.00 | ||
Tox: 0.03 | ||
Tox_std: 0.00 | ||
LLaMa-2 13B: | ||
DRR: null | ||
DRG: 0.35 | ||
DRG_std: 0.03 | ||
SAR: null | ||
SAG: 0.46 | ||
SAG_std: 0.00 | ||
Tox: 0.01 | ||
Tox_std: 0.00 | ||
LLaMa-2 7B: | ||
DRR: null | ||
DRG: 0.46 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.42 | ||
SAG_std: 0.00 | ||
Tox: 0.01 | ||
Tox_std: 0.00 | ||
Vietcuna 7B: | ||
DRR: null | ||
DRG: 0.50 | ||
DRG_std: 0.00 | ||
SAR: null | ||
SAG: null | ||
SAG_std: null | ||
Tox: 0.04 | ||
Tox_std: 0.00 | ||
GPT-3.5: | ||
DRR: null | ||
DRG: 0.43 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.48 | ||
SAG_std: 0.00 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
GPT-4: | ||
DRR: null | ||
DRG: 0.40 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.45 | ||
SAG_std: 0.00 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
MLQA: | ||
URA-LLaMa 70B: | ||
DRR: null | ||
DRG: 0.14 | ||
DRG_std: 0.02 | ||
SAR: null | ||
SAG: 0.42 | ||
SAG_std: 0.03 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
URA-LLaMa 13B: | ||
DRR: null | ||
DRG: 0.17 | ||
DRG_std: 0.1 | ||
SAR: null | ||
SAG: 0.38 | ||
SAG_std: 0.00 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
URA-LLaMa 7B: | ||
DRR: null | ||
DRG: 0.18 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.37 | ||
SAG_std: 0.01 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
LLaMa-2 13B: | ||
DRR: null | ||
DRG: 0.27 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.43 | ||
SAG_std: 0.00 | ||
Tox: 0.01 | ||
Tox_std: 0.00 | ||
LLaMa-2 7B: | ||
DRR: null | ||
DRG: 0.21 | ||
DRG_std: 0.06 | ||
SAR: null | ||
SAG: 0.45 | ||
SAG_std: 0.00 | ||
Tox: 0.01 | ||
Tox_std: 0.00 | ||
Vietcuna 7B: | ||
DRR: null | ||
DRG: 0.23 | ||
DRG_std: 0.09 | ||
SAR: null | ||
SAG: 0.49 | ||
SAG_std: 0.01 | ||
Tox: 0.04 | ||
Tox_std: 0.00 | ||
GPT-3.5: | ||
DRR: null | ||
DRG: 0.18 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.40 | ||
SAG_std: 0.00 | ||
Tox: 0.02 | ||
Tox_std: 0.00 | ||
GPT-4: | ||
DRR: null | ||
DRG: 0.16 | ||
DRG_std: 0.01 | ||
SAR: null | ||
SAG: 0.41 | ||
SAG_std: 0.01 | ||
Tox: 0.02 | ||
Tox_std: 0.00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
models: | ||
- URA-LLaMa 70B | ||
- URA-LLaMa 13B | ||
- URA-LLaMa 7B | ||
- LLaMa-2 13B | ||
- LLaMa-2 7B | ||
- Vietcuna 7B | ||
- GPT-3.5 | ||
- GPT-4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.