DHBern / 2022_textgenerator-frontend_nb

public frontend for the exposition Autor*innen zum Sprechen bringen for the Swiss National Library
2022-textgenerator-frontend-nb.vercel.app
1 stars 1 forks source link

create huggingface calls #4

Closed flicksolutions closed 2 years ago

flicksolutions commented 2 years ago

Huggingface-api mit config aufrufen und die Antwort zur Verfügung stellen.

URL: https://api-inference.huggingface.co/models/dh-unibe/gpt2-ger-walser Config:

walser(
    'Heute habe ich vor, über Eingefülltes-Wort zu schreiben,',
    do_sample=True,
    top_k=50,
    temperature=0.6,
    max_length=100,
    num_return_sequences=1
)

API-Key in Passbolt

flicksolutions commented 2 years ago

calls work, but hennings-enpoint is still missing