🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links

AI-woordenlijst

Het complete woordenboek van kunstmatige intelligentie

162
categorieën
2.032
subcategorieën
23.060
termen
📖
termen

RoBERTa (A Robustly Optimized BERT Pretraining Approach)

Optimized version of BERT that modifies training hyperparameters and removes the Next Sentence Prediction task, resulting in better performance on many NLU tasks.

📖
termen

Downstream Task

Specific machine learning task (such as NER, text classification, etc.) for which a pre-trained model is adapted via fine-tuning.

📖
termen

Classification Head

Final layer added to a pre-trained model during fine-tuning, specifically designed to map contextual representations to outputs of a classification or sequence labeling task.

📖
termen

Sequence Labeling

Type of NLP task where each token in an input sequence is assigned a label, as in NER where tokens are labeled as being part of an entity or not.

📖
termen

BIO Labeling Scheme

Labeling convention for NER where each token is marked as Beginning (start of an entity), Inside (inside an entity), or Outside (outside an entity), to handle multi-token entities.

📖
termen

Masked Language Modeling

Pre-training objective used for models like BERT, where a certain percentage of input tokens are masked and the model learns to predict them based on context.

📖
termen

Hugging Face Transformers

Open-source library that provides thousands of pre-trained models (BERT, RoBERTa, etc.) for natural language processing, facilitating their use and fine-tuning.

📖
termen

F1-Score

Evaluation metric that represents the harmonic mean of precision and recall, providing a balance between the two to measure the performance of a classification model.

🔍

Geen resultaten gevonden