Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
FinancialSupport
commited on
Commit
•
8aaa1b1
1
Parent(s):
7e20e54
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ csv_filename = 'leaderboard.csv'
|
|
5 |
url = 'https://docs.google.com/spreadsheets/d/1Oh3nrbdWjKuh9twJsc9yJLppiJeD_BZyKgCTOxRkALM/export?format=csv'
|
6 |
|
7 |
def get_data_classifica():
|
8 |
-
dataset = pd.read_csv("leaderboard_general.csv", sep='
|
9 |
if 'model ' in dataset.columns:
|
10 |
dataset.rename(columns={'model ': 'model'}, inplace=True)
|
11 |
df_classifica = dataset[['model', 'helloswag_it acc norm', 'arc_it acc norm', 'm_mmul acc shot 5']]
|
|
|
5 |
url = 'https://docs.google.com/spreadsheets/d/1Oh3nrbdWjKuh9twJsc9yJLppiJeD_BZyKgCTOxRkALM/export?format=csv'
|
6 |
|
7 |
def get_data_classifica():
|
8 |
+
dataset = pd.read_csv("leaderboard_general.csv", sep=',')
|
9 |
if 'model ' in dataset.columns:
|
10 |
dataset.rename(columns={'model ': 'model'}, inplace=True)
|
11 |
df_classifica = dataset[['model', 'helloswag_it acc norm', 'arc_it acc norm', 'm_mmul acc shot 5']]
|