Any guide on how to use given computational resources.
Help ·30 Jun 2024, 12:39·7
Earlier before now, I have an aws account. from the resource shared I can just see an api url, body, response ocde section.. I need clarification or guide how to use/ access the resources on aws. Thank you
Will I still need my aws account to use the resources provided. because I need to fill this: # os.environ["aws_access_key_id"]='aws_access_key_id'
# os.environ["aws_secret_access_key"]='aws_secret_access_key'. any starter notebook on how to use the given resources for falcon will be really appreciated
As described in the competition information, to request computational resources for running Falcon-7B, please fill the following form https://forms.office.com/r/Dx2jN5SWG8
Did you get the FalconTest.rar file? It contains a FalconTest.py file with an example of how to hit the Falcon-7B Instruct model hosted on AWS. You probably need to have a RAG pipeline and then pass the prompt which contains your question with multiple choices to the endpoint in the JSON data format as shown in the FalconTest.py example.
Will I still need my aws account to use the resources provided. because I need to fill this: # os.environ["aws_access_key_id"]='aws_access_key_id'
# os.environ["aws_secret_access_key"]='aws_secret_access_key'. any starter notebook on how to use the given resources for falcon will be really appreciated
I'm sorry, this is not a response to your question. But I just joined so I'm wondering what computing resources were provided.
Thank you
As described in the competition information, to request computational resources for running Falcon-7B, please fill the following form https://forms.office.com/r/Dx2jN5SWG8
Thank you.
my inquiry was not addressed or is it out of scopr?
Did you get the FalconTest.rar file? It contains a FalconTest.py file with an example of how to hit the Falcon-7B Instruct model hosted on AWS. You probably need to have a RAG pipeline and then pass the prompt which contains your question with multiple choices to the endpoint in the JSON data format as shown in the FalconTest.py example.
yes, my group did. okay thank you. I will try that out now