Spaces:
Sleeping
Sleeping
app modified
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ class ModeloDataset:
|
|
287 |
x=0
|
288 |
new_identificadores=[]
|
289 |
for token in predicted_tokens_classes:
|
290 |
-
print('x',x, len(predicted_tokens_classes)-
|
291 |
if x not in ig_tokens:
|
292 |
if x < tamano:
|
293 |
print('se agrega token')
|
|
|
287 |
x=0
|
288 |
new_identificadores=[]
|
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 x < tamano:
|
293 |
print('se agrega token')
|