Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Sainz authored and Oscar Sainz committed Nov 28, 2023
1 parent 513c5f3 commit 27f9a21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2246,8 +2246,8 @@
"model": "C4",
"dataset": "MNLI-mm",
"train_split": null,
"dev_split": null,
"test_split": "suspicious",
"dev_split": "suspicious",
"test_split": "n/a",
"train_percent": null,
"dev_percent": null,
"test_percent": null,
Expand All @@ -2258,8 +2258,8 @@
"model": "OSCAR",
"dataset": "MNLI-mm",
"train_split": null,
"dev_split": null,
"test_split": "suspicious",
"dev_split": "suspicious",
"test_split": "n/a",
"train_percent": null,
"dev_percent": null,
"test_percent": null,
Expand All @@ -2270,8 +2270,8 @@
"model": "ThePile",
"dataset": "MNLI-mm",
"train_split": null,
"dev_split": null,
"test_split": "suspicious",
"dev_split": "suspicious",
"test_split": "n/a",
"train_percent": null,
"dev_percent": null,
"test_percent": null,
Expand All @@ -2282,8 +2282,8 @@
"model": "RedPajama",
"dataset": "MNLI-mm",
"train_split": null,
"dev_split": null,
"test_split": "suspicious",
"dev_split": "suspicious",
"test_split": "n/a",
"train_percent": null,
"dev_percent": null,
"test_percent": null,
Expand Down

0 comments on commit 27f9a21

Please sign in to comment.