Spaces:
Sleeping
Sleeping
app modified
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ class ModeloDataset:
|
|
289 |
for token in predicted_tokens_classes:
|
290 |
print('x',x, len(predicted_tokens_classes)-x)
|
291 |
if x not in ig_tokens:
|
292 |
-
if
|
293 |
print('se agrega token')
|
294 |
new_identificadores.append(token)
|
295 |
x=x+1
|
|
|
289 |
for token in predicted_tokens_classes:
|
290 |
print('x',x, len(predicted_tokens_classes)-x)
|
291 |
if x not in ig_tokens:
|
292 |
+
if len(new_identificadores) < tamano:
|
293 |
print('se agrega token')
|
294 |
new_identificadores.append(token)
|
295 |
x=x+1
|