Smart_CV_Analyzer / patched_keybert.py
Danial7's picture
Create patched_keybert.py
24dbeb4 verified
raw
history blame contribute delete
182 Bytes
#patched_keybert.py
from sentence_transformers import SentenceTransformer
from keybert import KeyBERT
model = SentenceTransformer("all-MiniLM-L6-v2")
kw_model = KeyBERT(model)