SivilTaram commited on
Commit
b98ce2d
·
verified ·
1 Parent(s): 3a5d78c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ from PIL import Image
10
 
11
  # pipe = joblib.load("./model.pkl")
12
 
13
- title = "RegMix"
14
- description = "TBD."
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)