MikeDoes
MikeDoes
Oh I found it here. Turns out the choices are: 'bert-large-uncased', 'bert-large-cased', 'bert-base-uncased', 'bert-base-cased', 'gpt2', 'gpt2-medium', 'gpt2-large', 'gpt2-xl'
I attempted to run it with the gpt2-xl parameters, however I got the following error: Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args,...
Also tried running it with just gpt2-large, same error and empty output file
Hello Gentlemen, I am also looking at replicating this evaluation procedure for novel models in my master thesis. This code uses .txt files and the supervised_oie uses .conll files. Perhaps,...