🏠 Beranda
Benchmark
📊 Semua Benchmark 🦖 Dinosaurus v1 🦖 Dinosaurus v2 ✅ Aplikasi To-Do List 🎨 Halaman Bebas Kreatif 🎯 FSACB - Showcase Utama 🌍 Benchmark Terjemahan
Model
🏆 Top 10 Model 🆓 Model Gratis 📋 Semua Model ⚙️ Kilo Code
Sumber Daya
💬 Perpustakaan Prompt 📖 Glosarium AI 🔗 Tautan Berguna

Glosarium AI

Kamus lengkap Kecerdasan Buatan

162
kategori
2.032
subkategori
23.060
istilah
📖
istilah

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.

📖
istilah

Downstream Task

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

📖
istilah

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.

📖
istilah

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.

📖
istilah

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.

📖
istilah

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.

📖
istilah

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.

📖
istilah

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.

🔍

Tidak ada hasil ditemukan