Skip to content

Commit

Permalink
Update createEmbedding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriofsg authored Dec 16, 2023
1 parent 0b3be1d commit 2f14ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createEmbedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def create_embedding(file,indice,corpus,num,model,v,c):

with open(nameEmbedding, "wb") as fOut:
pickle.dump({'indice':indice,'sentences': corpus,'numTema':num ,'embeddings': corpus_embedding}, fOut,protocol=pickle.HIGHEST_PROTOCOL)
print(f"Embedding salvo no arquivo {nameEmbedding}"
print(f"Embedding salvo no arquivo {nameEmbedding}")

def main(args):
print("############### PROGRAMA DE GERAÇÃO DE EMBEDDINGS ###############")
Expand Down

0 comments on commit 2f14ba7

Please sign in to comment.