Tag: ai
-
How to cluster text documents using BERT
Cluster text documents using BERT embeddings and Kmeans. See how you can apply the K-means algorithm on the embedding to cluster documents.
-
Summarize text document using transformers and BERT
Summarize text document using Huggingface transformers and BERT. Use different transformer models for summary and findout the performance.