HC Heine

Results 10 issues of HC Heine

I cannot get to run the tuorial with rust 1.62.1. Would it be possible to provide a updated version of the code? I have Syntax issues mem: [u64, .. 2]...

I am trying to build illinois-md, but due to the link being down for automatic download of models, I have to do it manually. I found the following files in`...

Running the edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest from the illinois-edison yields Assertion Errors like these for the reference "organizations(IC)" `org.junit.ComparisonFailure: expected: but was: ` The assertion part in question is `assertEquals(c1.getLabel(), "organizations(IC)");` Why is...

The following test is performed after build for POSAnnotator(); : ``` @Test public void testAnnotatorDiff() { POSAnnotator annotator = new POSAnnotator(); TextAnnotation record = BasicTextAnnotationBuilder.createTextAnnotationFromTokens(refTokens); try { annotator.getView(record); } catch...

Using eclipse 2020-09 (4.17.0) on win10 with maven install ``` ------------------------------------------------------------------------------- Test set: edu.illinois.cs.cogcomp.nlp.tokenizer.IllinoisTokenizerTest ------------------------------------------------------------------------------- Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec

I have some epubs that have several books within it and for these a separate sequence ordering (Book 1 -> Chapter 1 ...; Book2 -> Chapter 1 ...). Via the...

I cannot contact Pasquale Minervini directly (nor append the question to his fork), therefore: Is it correct, that one has to change `public class FactsResource` to account for Factuality and...

After having build locally, with docker buildx bake -f docker-bake.hcl to which actual venv should this be pointing? I have no such workspace, where is this supposed to be? VENV_PATH="/workspace/venvs/llava...

## Bug Report ## Description **Bug Summary:** After fetching and processing files, the reranking model does not function as expected. Weights from the DebertaV2ForSequenceClassification are not properly initialized, leading to...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when adding new models on top compresses the viewable chat canvas vertically, making it harder to read...