hubistrauss commited on
Commit
db422c8
1 Parent(s): be5491e

Create princeton-nlp/Llama-3-Instruct-8B-SimPO/results.json

Browse files
princeton-nlp/Llama-3-Instruct-8B-SimPO/results.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_name": "princeton-nlp/Llama-3-Instruct-8B-SimPO",
4
+ "model_sha": "main",
5
+ "architecture_backbone": "dense_attention",
6
+ "positional_embedding": "rope",
7
+ "model_size": 8,
8
+ "precision": "bfloat16",
9
+ "license": "mit"
10
+ },
11
+ "results": {
12
+ "Recall": {
13
+ "4k_benchmarks": 85,
14
+ "8k_benchmarks": 72,
15
+ "16k_benchmarks": 56,
16
+ "32k_benchmarks": 25,
17
+ "64k_benchmarks": 58,
18
+ "128k_benchmarks": 74
19
+ },
20
+ "Rerank": {
21
+ "4k_benchmarks": 05,
22
+ "8k_benchmarks": 10,
23
+ "16k_benchmarks": 47,
24
+ "32k_benchmarks": 25,
25
+ "64k_benchmarks": 28,
26
+ "128k_benchmarks": 58
27
+ },
28
+ "ICL": {
29
+ "4k_benchmarks": 69,
30
+ "8k_benchmarks": 29,
31
+ "16k_benchmarks": 56,
32
+ "32k_benchmarks": 71,
33
+ "64k_benchmarks": 70,
34
+ "128k_benchmarks": 80
35
+ }
36
+ }
37
+ }