Language modeling/en: Difference between revisions

From Clarin K-Centre
Jump to navigation Jump to search
m (FuzzyBot moved page Language Modeling/en to Language modeling/en without leaving a redirect: Part of translatable page "Language Modeling")
(Updating to match new version of source page)
 
Line 12: Line 12:
* [https://github.com/wietsedv/bertje BERTje]: A Dutch BERT model
* [https://github.com/wietsedv/bertje BERTje]: A Dutch BERT model
* [https://github.com/Rijgersberg/GEITje GEITje]: A Large Open Language Model
* [https://github.com/Rijgersberg/GEITje GEITje]: A Large Open Language Model
*[https://huggingface.co/Tweeties/tweety-7b-dutch-v24a Tweety]


==Multilingual Language Models including Dutch==
==Multilingual Language Models including Dutch==
Line 37: Line 38:


* [https://huggingface.co/spaces/BramVanroy/open_dutch_llm_leaderboard Open Dutch LLM Leaderboard]
* [https://huggingface.co/spaces/BramVanroy/open_dutch_llm_leaderboard Open Dutch LLM Leaderboard]
=== Scandeval Dutch NLG ===
*[https://scandeval.com/dutch-nlg/ Scandeval Dutch NLG]

Latest revision as of 13:19, 24 June 2024

Other languages:

n-gram modeling

Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e. patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. At the core is the tool colibri-patternmodeller which allows you to build, view, manipulate and query pattern models.

Large Language Models

Multilingual Language Models including Dutch

SpaCy

spaCy is a free open-source library for Natural Language Processing in Python.

Language Modeling Benchmarks

DUMB

DUMB is a benchmark for evaluating the quality of language models for Dutch NLP tasks. The set of tasks is designed to be diverse and challenging, to test the limits of current language models. The specific datasets and formats are particularly suitable for fine-tuning encoder models, and applicability for large generative models is yet to be determined. Please read the paper for more details.

LLM Leaderboard

This is a leaderboard for Dutch benchmarks for large language models.

Scandeval Dutch NLG