Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ def greet(X, ny):
|
|
167 |
# astr+=mock.capitalize()
|
168 |
return er
|
169 |
title = "Rename a variable in a Java class"
|
170 |
-
description = """This model is a fine-tuned GraphCodeBERT model
|
171 |
model. Replace any variable name with a "[MASK]" to get an identifier renaming.
|
172 |
"""
|
173 |
ex = [["""import java.io.*;
|
|
|
167 |
# astr+=mock.capitalize()
|
168 |
return er
|
169 |
title = "Rename a variable in a Java class"
|
170 |
+
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
|
171 |
model. Replace any variable name with a "[MASK]" to get an identifier renaming.
|
172 |
"""
|
173 |
ex = [["""import java.io.*;
|