DHEIVER commited on
Commit
d0db98d
1 Parent(s): 56b8e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from typing import Dict, List, Tuple
6
  from textblob import TextBlob
7
 
8
  # Load embeddings model
9
- model = SentenceTransformer('neuralmind/bert-large-portuguese-vocab')
10
 
11
  PERGUNTAS = [
12
  {
 
6
  from textblob import TextBlob
7
 
8
  # Load embeddings model
9
+ model = SentenceTransformer('all-MiniLM-L6-v2')
10
 
11
  PERGUNTAS = [
12
  {