You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build Streamlit app for this? Maybe there's already an app that people are using, e.g., any open-source ChatGPT replication project will have something like this. Vicunia, Alpaca... see llama.cpp repo. or https://arxiv.org/abs/2204.05862
Deploy the optimized LM as an API that the frontend can access.
We've already got an API for the interviewer model.
Design a simple format for input and output. e.g., input is document_text, cursor_position, and optional question_type, output is question, start_position, end_position (where positions are character offsets from the beginning of the texts)
Design a simple format for input and output. e.g., input is
document_text,cursor_position, and optionalquestion_type, output isquestion,start_position,end_position(wherepositions are character offsets from the beginning of the texts)