Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for EDS-NLP library (#696)
Hi, This PR adds support for the edsnlp library (related to huggingface/api-inference-community#424), an NLP library developed at the Greater Paris University Hospitals (AP-HP) with a specific focus on hybrid models (rule-based + ML) and multi-tasking, widely used in the structuring of clinical language at scale (NER, entity linking, document classification, event extraction, ...). I saw that the file https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/library-to-tasks.ts was automatically generated from a GitHub CI as mentioned on the docs, but didn't see how the action would edit it so I took the liberty of modifying it myself. Let me know if you need more information or if I need to change anything about this PR, thanks ! --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Omar Sanseviero <[email protected]>
- Loading branch information