Unexpected output when running the documented Usage example

#2
by gans2 - opened

Hi @yashpwr ,

Thanks for sharing this model! I've been trying to integrate it, but I noticed it doesn't seem to be working as expected, even when using the exact sample sentence provided in the documentation's "Usage" section.

When I run the pipeline with your example text:
"Sarah Johnson holds a Master's degree in Computer Science from Stanford University. Skills: Python, TensorFlow, SQL."

The model outputs:
[Degree] a (Confidence: 0.522)
[Degree] Master ' s degree in Computer Science from Stanford University. (Confidence: 0.903)
[Skills] Skills (Confidence: 0.587)
[Degree] : Python (Confidence: 0.542)
[Skills] , TensorFlow, SQL. (Confidence: 0.891)

Did I miss a preprocessing step, or are there specific settings required to get a clean extraction for this baseline example?

Thanks for your help!

Sign up or log in to comment