Joel Rorseth

Results 11 issues of Joel Rorseth

Hi, I am trying to run SimpleTransformer, but I cannot seem to resolve the following error (which is being thrown for each run): `TypeError("forward() missing 1 required positional argument: 't'")`...

Hi, I have been unable to get Maven to build Chapter 19. I am getting the following message with the build error: >[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.1.6:compile (default) on...

Hi there, I hope this is a simple oversight on my part, however I can't seem to disable the following warning: ``` [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no...

bug
good first issue

Hi, many thanks for releasing this code. I am wondering whether you would be able to upload any code to reproduce the experiments from the paper? In particular, it would...

# Description Currently, the `llm.complete` function requires that a prompt be provided as the first positional argument (e.g., `llm.complete("my prompt)`). It does not support passing the prompt as a keyword...

size:M

Hi, I'm following the instructions in `docs/experiments-msmarco-document.md`, and I am running into a few issues during the first re-ranking step `Re-Ranking with monoT5` (https://github.com/castorini/pygaggle/blob/master/docs/experiments-msmarco-document.md#re-ranking-with-monot5). Here are my environment details. Btw,...

In order to make way for proper unit testing, the model classes require major refactoring. To test authentication, database operations, or anything to do with Firebase, complete mocks will be...

enhancement

Planning to integrate a dedicated, full screen view for viewing photos in the conversations. This will be an important increment to the eventual goal of supporting **video, GIF and document...

enhancement

# Description OpenAI tools have a limit on the length of the description provided, which is currently 1024 characters. In `QueryPlanTool`, we ultimately concatenate a number of constituent `QueryEngineTools` into...

size:XL

# Description Fixing an issue where the stepwise sources returned in function calling agents' `TaskStepOutput` may include `ToolOutput` from other steps. I updated the handling of these sources to ensure...

size:L