Jellyfish042 commited on
Commit
d7f014d
·
1 Parent(s): d6d3a2f

small models

Browse files
app.py CHANGED
@@ -25,6 +25,7 @@ file_name_list = [
25
  "7b",
26
  "3b",
27
  "1b5",
 
28
  ]
29
 
30
  sheet_name_list = [
@@ -45,6 +46,7 @@ model_size_list = [
45
  "~7B",
46
  "~3B",
47
  "~1.5B",
 
48
  ]
49
 
50
  metric_to_sheet = {
@@ -59,6 +61,7 @@ model_size_to_file_name = {
59
  "~7B": "7b",
60
  "~3B": "3b",
61
  "~1.5B": "1b5",
 
62
  }
63
 
64
  about_md = """
 
25
  "7b",
26
  "3b",
27
  "1b5",
28
+ "other",
29
  ]
30
 
31
  sheet_name_list = [
 
46
  "~7B",
47
  "~3B",
48
  "~1.5B",
49
+ "Other",
50
  ]
51
 
52
  metric_to_sheet = {
 
61
  "~7B": "7b",
62
  "~3B": "3b",
63
  "~1.5B": "1b5",
64
+ "Other": "other",
65
  }
66
 
67
  about_md = """
data/2024-05/other.xlsx ADDED
Binary file (11.7 kB). View file
 
data/2024-06/other.xlsx ADDED
Binary file (11.7 kB). View file
 
data/2024-07/other.xlsx ADDED
Binary file (11.7 kB). View file
 
data/2024-08/other.xlsx ADDED
Binary file (11.7 kB). View file
 
data/2024-09/other.xlsx ADDED
Binary file (11.7 kB). View file
 
data/2024-10/other.xlsx ADDED
Binary file (11.7 kB). View file
 
data/2024-10/xb.xlsx ADDED
Binary file (9.4 kB). View file
 
data/2025-01/other.xlsx ADDED
Binary file (14.4 kB). View file