Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ from PIL import Image
|
|
10 |
|
11 |
# pipe = joblib.load("./model.pkl")
|
12 |
|
13 |
-
title = "RegMix"
|
14 |
-
description = "
|
15 |
|
16 |
def infer(inputs, additional_inputs):
|
17 |
df = pd.DataFrame(inputs, columns=headers)
|
|
|
10 |
|
11 |
# pipe = joblib.load("./model.pkl")
|
12 |
|
13 |
+
title = "RegMix: Data Mixture as Regression for Language Model Pre-training"
|
14 |
+
description = "We propose a regression-based method to find high-performing data mixture for language model pre-training."
|
15 |
|
16 |
def infer(inputs, additional_inputs):
|
17 |
df = pd.DataFrame(inputs, columns=headers)
|