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
Hi, I am cloned the repository and trying to run the code.
I am trying to run with mimic dataset. I have tried GPT-4 as well as GPT-3.5 models.
Below are the errors I got from the start -
I was unable to install autogen with the mentioned version so I tried to install its latest version.
Then I got a error for dask[dataframe] so I installed it as well with latest version.
then I am trying to run below command
!python3 ehragent/main.py --llm "gpt-4" --dataset mimic_iii --data_path "/content/drive/MyDrive/mimic_iii/valid_preprocessed.json" --logs_path "/content/drive/MyDrive/logs" --num_questions -1 --seed 0
then I got below output -
Also the log file are getting created but they are looking like below -
'api_version'
Ground-Truth Answer ---> 1
The text was updated successfully, but these errors were encountered:
Hi, I am cloned the repository and trying to run the code.
I am trying to run with mimic dataset. I have tried GPT-4 as well as GPT-3.5 models.
Below are the errors I got from the start -
!python3 ehragent/main.py --llm "gpt-4" --dataset mimic_iii --data_path "/content/drive/MyDrive/mimic_iii/valid_preprocessed.json" --logs_path "/content/drive/MyDrive/logs" --num_questions -1 --seed 0
then I got below output -
'api_version'
Ground-Truth Answer ---> 1
The text was updated successfully, but these errors were encountered: