venti07
venti07
I have tried to process a pdf on the demo server. (cloud.science-miner.com/grobid) I also get the corresponding xml file back. Unfortunately this is empty. ` client = GrobidClient(config_path='/content/grobid_client_python/config.json') client.process(service='processFulltextDocument', input_path='/content/input',...
How do I modify this code to get the run with the best F1 score? ``` api = wandb.Api() runs = api.runs("xxxxx/xxxxxx") summary_list, config_list, name_list = [], [], [] for...
Hello, I am trying to use a BERTCRF model. Unfortunately, the following error message appears: **IndexError: index -100 is out of bounds for dimension 0 with size 9** I have...
I tried to use your class `BertCRFForNER_v3(BertPreTrainedModel)` in this notebook: https://github.com/huggingface/notebooks/blob/main/examples/token_classification.ipynb Unfortunately, I get the following error message: IndexError: index -100 is out of bounds for dimension 0 with size...