I'm trying to get the coreference parsing results using the API provided but the model seems not to be on the server. I
http http://127.0.0.1:8080/predictions/droc_incremental_no_segment_distance output_format=conll tokenized_sentences:='[["Die", "Organisation", "gab", "bekannt", "sie", "habe", "Spenden", "veruntreut", "."], ["Next", "sentence", "goes", "here", "!"]]'
HTTP/1.1 404 Not Found
Connection: Keep-Alive
Content-Length: 273
Content-Type: text/html; charset=iso-8859-1
Date: Mon, 04 Mar 2024 15:14:56 GMT
Keep-Alive: timeout=5, max=100
Server: Apache/2.4.51 (Debian)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.51 (Debian) Server at 127.0.0.1 Port 8080</address>
</body></html>
Have you changed the address, or is there anything wrong with the code? Many thanks in advance.
Hi there,
I'm trying to get the coreference parsing results using the API provided but the model seems not to be on the server. I
Have you changed the address, or is there anything wrong with the code? Many thanks in advance.