Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
b38964f
1
Parent(s):
48805f1
Remove unused dummy.py script for model size processing
Browse files- results/dummy.py +0 -6
results/dummy.py
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
import pandas as pd
|
2 |
-
|
3 |
-
df = pd.read_json("results/retrieval_results.json")
|
4 |
-
df["Model Size (in Millions)"] = df["Model Size (in Millions)"].apply(lambda x: round(x/1000, 3))
|
5 |
-
df.rename(columns={"Model Size (in Millions)": "Model Size (in Billions)"}, inplace=True)
|
6 |
-
print(df["Model Size (in Billions)"])
|
|
|
|
|
|
|
|
|
|
|
|
|
|