cmu-multinlp icon indicating copy to clipboard operation
cmu-multinlp copied to clipboard

Generalizing Natural Language Analysis through Span-relation Representations

Results 5 cmu-multinlp issues
Sort by recently updated
recently updated
newest added

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

``` Traceback (most recent call last): File "/home/user/miniconda3/envs/spanrel/bin/allennlp", line 8, in sys.exit(run()) File "/home/user/miniconda3/envs/spanrel/lib/python3.6/site-packages/allennlp/run.py", line 18, in run main(prog="allennlp") File "/home/user/miniconda3/envs/spanrel/lib/python3.6/site-packages/allennlp/commands/__init__.py", line 102, in main args.func(args) File "/home/user/miniconda3/envs/spanrel/lib/python3.6/site-packages/allennlp/commands/train.py", line 116,...

What is the command that I can use in order to run the predictor. And is it possible to only predict on one instance ?

I want to predict on single sentences using the multinlp pretrained model on SRL using this command ``` allennlp predict model.tar.gz ner-examples.jsonl --include-package brat_multitask --cuda-device 0 --predictor brat --weights-file best.th...