Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ model = AutoModelForMaskedLM.from_pretrained(
|
|
| 57 |
REPO_ID,
|
| 58 |
revision=REVISION,
|
| 59 |
trust_remote_code=True,
|
| 60 |
-
ignore_mismatched_sizes=True
|
| 61 |
REPO_ID,
|
| 62 |
revision=REVISION,
|
| 63 |
trust_remote_code=True
|
|
|
|
| 57 |
REPO_ID,
|
| 58 |
revision=REVISION,
|
| 59 |
trust_remote_code=True,
|
| 60 |
+
ignore_mismatched_sizes=True,
|
| 61 |
REPO_ID,
|
| 62 |
revision=REVISION,
|
| 63 |
trust_remote_code=True
|