anonICPC commited on
Commit
2bd1d2e
·
verified ·
1 Parent(s): 2cb4d80

pll update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def greet(X, ny):
172
  # astr+=mock
173
  # else:
174
  # astr+=mock.capitalize()
175
- er = er+" (with PLL value of: "+str(val)+")"
176
  return er
177
  title = "Rename a variable in a Java class"
178
  description = """This model is a fine-tuned GraphCodeBERT model fine-tuned to output higher-quality variable names for Java classes. Long classes are handled by the
 
172
  # astr+=mock
173
  # else:
174
  # astr+=mock.capitalize()
175
+ er = er+" (with PLL value of: "+str(val.item())+")"
176
  return er
177
  title = "Rename a variable in a Java class"
178
  description = """This model is a fine-tuned GraphCodeBERT model fine-tuned to output higher-quality variable names for Java classes. Long classes are handled by the