-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentaion on fastchat model support #200
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MaramHasanain @fdalvi,
I think we can add this under tutorial. What do you think?
Wait until the process finishes loading the model and you see "Uvicorn running on ...". The model worker will register itself to the controller . | ||
|
||
|
||
#### Run the asset from LLMeBench |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsabri Can we add an asset specifically designed for gpt2? I assume the gpt2 adapter does not really care about the "system" role?
[
{
"role": "system",
"content": "You are an expert translator specialized in translating texts from Arabic to English. You are concise as you only output the translation of the text without any illustrations or extra details",
},
{
"role": "user",
"content": f"Translate the following text to English.\nText: {input_sample}\nTranslation: ",
},
]
We can either add the asset properly or just show the prompt function here in the doc (perhaps for a task that gpt2 is actually good/decent at)
This could be merged with tutorial.md