Browse Source

Adjust test_grammar_datasets to stable sort

Matthias Reso 10 months ago
parent
commit
739483f262
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/datasets/test_grammar_datasets.py

+ 2 - 2
tests/datasets/test_grammar_datasets.py

@@ -11,8 +11,8 @@ EXPECTED_RESULTS = {
         "pos": 31,
     },
     "hsramall/hsramall-7b-hf":{
-        "label": 791,
-        "pos": 25,
+        "label": 40,
+        "pos": 26,
     },
 }