CobraMamba commited on
Commit
9458262
1 Parent(s): 62f41f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -29,11 +29,14 @@ We used the SOTA(State Of The Art) [Language Model Evaluation Harness](https://g
29
 
30
 
31
  The following is the performance under 0-shot testing, mostly better than acrastt/Marx-3B-V2
32
- | Task |Version| Metric |Value | |Stderr|
33
- |-------------|------:|--------|-----:|---|-----:|
34
- |anli_r1 | 0|acc |0.3300|± |0.0149|
35
- |anli_r2 | 0|acc |0.3420|± |0.0150|
36
- |anli_r3 | 0|acc |0.3525|± |0.0138|
 
 
 
37
 
38
 
39
 
 
29
 
30
 
31
  The following is the performance under 0-shot testing, mostly better than acrastt/Marx-3B-V2
32
+
33
+ | **Task/Metric** | finetuned-GPT 3B | OpenLLaMA 3B |
34
+ | ---------------------- | -------- | ------------ |
35
+ | anli_r1/acc | **0.35** | 0.33 |
36
+ | anli_r2/acc | **0.33** | 0.32 |
37
+ | anli_r3/acc | 0.35 | 0.35 |
38
+
39
+
40
 
41
 
42