mkonomi commited on
Commit
9c10e79
·
verified ·
1 Parent(s): 572c2b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1449,8 +1449,27 @@ GreekMMLU is a native-sourced benchmark for evaluating massive multitask languag
1449
  Difficulty/education levels spanning Primary → Secondary → University → Professional (+ an NA bucket)
1450
  Public vs. private split for contamination-resistant evaluation: 16,857 public / 4,948 private (leaderboard)
1451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1452
  # Links
1453
- Dataset on Hugging Face: https://huggingface.co/datasets/dascim/GreekMMLU
 
1454
  Private leaderboard: https://huggingface.co/spaces/yangzhang33/GreekMMLU-Leaderboard
1455
 
1456
  # What makes GreekMMLU different?
 
1449
  Difficulty/education levels spanning Primary → Secondary → University → Professional (+ an NA bucket)
1450
  Public vs. private split for contamination-resistant evaluation: 16,857 public / 4,948 private (leaderboard)
1451
 
1452
+ ## Structure
1453
+ - **Configs**: Each subject is a separate configuration (subset).
1454
+ - **Splits**:
1455
+ - `test`: Public test set (High volume)
1456
+ - `dev`: Dev/Few-shot set (5-shot)
1457
+
1458
+ ## Usage
1459
+ ```python
1460
+ from datasets import load_dataset
1461
+
1462
+ # Load specific subject
1463
+ ds = load_dataset("dascim/GreekMMLU", "Agriculture_Professional")
1464
+
1465
+ # Load all data combined
1466
+ ds = load_dataset("dascim/GreekMMLU", "All")
1467
+
1468
+
1469
+
1470
  # Links
1471
+ GitHub: https://github.com/mersinkonomi/GreekMMLU
1472
+
1473
  Private leaderboard: https://huggingface.co/spaces/yangzhang33/GreekMMLU-Leaderboard
1474
 
1475
  # What makes GreekMMLU different?