Spaces:
Runtime error
Runtime error
portalniy-dev
commited on
Commit
β’
f6e4f14
1
Parent(s):
37f0cbb
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ dataset_names = {
|
|
9 |
'ag_news': None,
|
10 |
'squad': None,
|
11 |
'cnn_dailymail': '1.0.0', # Specify configuration for cnn_dailymail
|
12 |
-
'wiki40b': '
|
13 |
}
|
14 |
|
15 |
# Global variables for model and tokenizer
|
|
|
9 |
'ag_news': None,
|
10 |
'squad': None,
|
11 |
'cnn_dailymail': '1.0.0', # Specify configuration for cnn_dailymail
|
12 |
+
'wiki40b': 'ru' # Specify language for wiki40b
|
13 |
}
|
14 |
|
15 |
# Global variables for model and tokenizer
|