histlearn commited on
Commit
8dbf4be
·
verified ·
1 Parent(s): de4c2b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -168,6 +168,7 @@ def detectar_idioma(texto):
168
  return pred[0][0].replace("__label__", ""), round(float(pred[1][0]), 4)
169
 
170
  # Aplicar sobre a coluna 'summary' das notas
 
171
  ```
172
 
173
  ## Proveniência
 
168
  return pred[0][0].replace("__label__", ""), round(float(pred[1][0]), 4)
169
 
170
  # Aplicar sobre a coluna 'summary' das notas
171
+ # fasttext exige numpy em versão <2
172
  ```
173
 
174
  ## Proveniência