universal-ie / UIE

Unified Structure Generation for Universal Information Extraction
860 stars 98 forks source link

Wrong results when I used API on huggingface #41

Closed DraymondHIT closed 1 year ago

DraymondHIT commented 1 year ago

Hi~

I would like to test uie-base-en on huggingface using its API. However, when I enter

<spot> person <asso> work for <text> Steve became CEO of Apple in 1997.

the result is None.

Is there anything wrong of my input format? Or maybe the inference API is incorrect?