Add scibert example
This commit is contained in:
parent
03765e1aca
commit
489b9d19e2
13 changed files with 2340 additions and 4 deletions
6
docs/examples/scibert/views/match.py
Normal file
6
docs/examples/scibert/views/match.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Match(BaseModel):
|
||||
phrase: str
|
||||
score: float
|
||||
Loading…
Add table
Add a link
Reference in a new issue