Open SaeedSubayyal opened 2 months ago
try: from helm.common.authentication import Authentication from helm.common.request import Request, RequestResult from helm.proxy.accounts import Account from helm.proxy.services.remote_service import RemoteService
auth = Authentication(api_key=open("crfm_api_key.txt").read().strip())
service = RemoteService("https://crfm-models.stanford.edu")
account: Account = service.get_account(auth)
except Exception as e: print(e) print("Could not load CRFM API key crfm_api_key.txt.")
Hi,
Hi, I tried running it but it always keep showing issues with crfm and requires its api key.txt. I checked over the internet its a stanford project and require personal api to acess. Therefore, I cant run the project on colabs even though I follow all the directions mentioned by you in the repository. Also I have a question why not use llama 3.1 instead of chatgpt 4 as it can save money and probably is more efficient.