Raphael Mitsch
Raphael Mitsch
## Description This PR is for the addition of a fully working spacy pipeline for zero-shot span-based SRL using OpenAI. It includes the task, template, usage example, tests (pytest), and...
## Description Sync `feat/prototype-wikidb` with `develop` (additional commits are for fixing errors introduced during merge). `feat/prototype-wikidb` will be frozen after this PR. ### Types of change Chore. ## Checklist -...
Currently doesn't handle nested objects, and uses deprecated Pydantic methods.
Some typing errors are due to `mypy`/`ruff`/Python seemingly unable to deal with union types, not much we can do about that. Some other stuff might be avoidable though. Go through...
Include token estimation and corresponding ecological implications for all requests. We 8 different libraries (gliner, ollama, outlines, transformers, instructor, langchain, vllm , dspy) to convert requests into structured data. We...
Hi there! I'm looking into migrating https://github.com/mantisai/sieves to `datasets` v4, but I can't seem to get training with `setfit` to work with dataset generated with `datasets` v4 (whereas the same...