Commit History

remove json option from model gpt 3.5
76268a8

elshehawy commited on

update version of transformers to 4.36.2
34143e5

elshehawy commited on

update prev_tok_id=-2 in find_orgs_in_data function in evaluate_data.py file
87a2db1

elshehawy commited on

updated req file with versioning torch
2644978

elshehawy commited on

updated req file with versioning transformers
7d5d489

elshehawy commited on

update llm_model to gpt-3.5-turbo-0301
04f4e3d

elshehawy commited on

fix prompt to work with f string
bca5c68

elshehawy commited on

update prompt and find_orgs_gpt function to work with json objects
15c9ed1

elshehawy commited on

add response_format={"type": "json_object"}
cb8fae7

elshehawy commited on

print output from gpt
3247fd7

elshehawy commited on

print type of uploaded file
ecd91ef

elshehawy commited on

update prompt
3f2b796

elshehawy commited on

update prompt to handle the case of no organizations
080ce23

elshehawy commited on

set llm_model to "gpt-4-0125-preview"
625b3d8

elshehawy commited on

add tqdm to metrics.py
7bc9a58

elshehawy commited on

add tqdm to gpt
1033026

elshehawy commited on

print gpt metrics before trf metrics
57aa9a4

elshehawy commited on

print the metrics
16e6449

elshehawy commited on

replace find_orgs function with find_orgs_in_data in evaluate_data.py
c8acd87

elshehawy commited on

remove simcse import statement
df16c53

elshehawy commited on

update code to work with sentence-transformers instead of simcse
ed49033

elshehawy commited on

add simcse to requirements.txt
3611192

elshehawy commited on

update evaluate_data.py to return test_data instead of storing it
0bb0923

elshehawy commited on

update app.py file to work with orgs from gpt
72fee02

elshehawy commited on

update app.py file
d735f80

elshehawy commited on

update app.py file
37a97eb

elshehawy commited on

update evaluate_data.py
6353e4e

elshehawy commited on

update app.py
ef55574

elshehawy commited on

update app.py, and evaluate_data.py
953205d

elshehawy commited on

add .decode method
b094a6f

elshehawy commited on

add try except
c9f9a75

elshehawy commited on

add print statement
9b360b3

elshehawy commited on

change input type to "binary"
cc4118d

elshehawy commited on

change input type to "filepath"
8f85bb5

elshehawy commited on

change input type to "file"
9c75362

elshehawy commited on

add print statement
4b3d121

elshehawy commited on

json.load instead of json.loads
52ded96

elshehawy commited on

remove example
409f185

elshehawy commited on

fix TypeError in app.py
f43384a

elshehawy commited on

update app.py, and evaluate_data.py to work with uploaded files
d4df546

elshehawy commited on

use subset of 16 examples only
bd639d6

elshehawy commited on

add example
d3f1526

elshehawy commited on

use 100 examples of test set
bd5687f

elshehawy commited on

fix UnboundLocalError
37b391d

elshehawy commited on

fix issues
10eaeda

elshehawy commited on

fix NameError finer
970df24

elshehawy commited on

fix NameError
aee0575

elshehawy commited on

fix syntax error
df5e7b3

elshehawy commited on

add evaluate_data.py file
fffc1e9

elshehawy commited on

add application files
894b24d

elshehawy commited on