Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethenevoldsen/kennethenevoldsen
Personal repository
https://github.com/kennethenevoldsen/kennethenevoldsen
Last synced: 14 days ago
JSON representation
Personal repository
- Host: GitHub
- URL: https://github.com/kennethenevoldsen/kennethenevoldsen
- Owner: KennethEnevoldsen
- Created: 2021-04-13T07:37:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T20:22:14.000Z (5 months ago)
- Last Synced: 2024-10-20T03:57:27.369Z (25 days ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kenneth Enevoldsen
Researcher, scholar, teacher
Profiles
- [Google Scholar](https://scholar.google.dk/citations?user=VJRMvHUAAAAJ&hl=da)
- [University Profile](https://pure.au.dk/portal/da/persons/kenneth.enevoldsen%40cas.au.dk)
- [LinkedIn](https://www.linkedin.com/in/kennethenevoldsen/)# Projects
The following are projects I am actively maintaining or contributing to. More might have been added since then.| | Name | Description |
| :--: | :--- | :--------- |
| | [MTEB](https://github.com/embeddings-benchmark/mteb) | The Massive Text Embedding Benchmark for evaluating document embeddings e.g. for RAG systems. |
| | [Scandinavian Embedding Benchmark](https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/) | A Scandinavian Benchmark for evaluating document embeddings |
| | [DaCy](https://github.com/centre-for-humanities-computing/DaCy) | The State of the Art Danish NLP pipeline for SpaCy |
| | [tomsup](https://github.com/KennethEnevoldsen/tomsup/tree/master) | Theory of Mind Simulation using Python. A package that allows for easy agent-based modeling of recursive Theory of Mind agents |
| | [Augmenty](https://github.com/KennethEnevoldsen/augmenty) | An structured augmentation library for augmenting both the texts and the annotations |
| | [TextDescriptives](https://github.com/HLasse/TextDescriptives) | A Python library for calculating a large variety of metrics from text |
| | [timeseriesflattener](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener) | for converting irregularly spaced time series, such as electronic health records, into statically shaped data frames. |
| | [Asent](https://github.com/KennethEnevoldsen/asent) | An educational library for performing transparent sentiment analysis |
| | [ScandEval](https://github.com/ScandEval/ScandEval) | An evaluation benchmark for the Scandinavian and Germanic language models evaluating natural language understanding and generation. |
| | [swift-python-cookiecutter](https://github.com/KennethEnevoldsen/swift-python-cookiecutter) | The cookie-cutter template I actively use for my packages |
| | [UD_Danish-DDT](https://github.com/KennethEnevoldsen/UD_Danish-DDT) | The Danish Universal Dependencies Treebank, a high quality linguistic resource |### Contributions:
A selection of contributions to open-source libraries, besides the ones to which I am actively contributing.| Library | Contribution |
| - | - |
| **Huggingface Libraries:** | |
| datasets | [Fixes for minor compatibility issue with numpy >=2.0.0](https://github.com/huggingface/datasets/pull/6976) |
| transformers | [Bugfixes for training masked language models using flax](https://github.com/huggingface/transformers/pull/17203) |
| **SpaCy core libraries:** | |
| spacy-transformers | [Allow passing arguments to the transformer backend to obtain attention weights](https://github.com/explosion/spacy-transformers/pull/268) |
| confection | [Fixed issue where config where could not be filled ](https://github.com/explosion/confection/pull/53) |
| spacy-curated-transformers | [Added support for ELECTRA tokenizers](https://github.com/explosion/spacy-curated-transformers/pull/28) |
| curated-transformers | [Added ELECTRA](https://github.com/explosion/curated-transformers/pull/358#issuecomment-2031974751) |