Views
No views yet
PER, LOC, ORG, COMPANY, GROUP, MOVIE.| Metric | Value |
|---|---|
| Best F1-Score | %86.66 |
| Precision | %87.42 |
| Recall | %85.91 |
| Model File | Description | F1 Score |
|---|---|---|
ner_crf_model.pkl | Best Hybrid (Nuve + BERT) - Main SOTA model | 0.8666 |
final_proper_model.pkl | Full features without embeddings | 0.8557 |
crf_gold_best.pkl | Best Gold-only trained model | 0.8514 |
crf_gold_no_emb.pkl | Gold without BERT embeddings | 0.8496 |
crf_gold_gaz_only.pkl | Gazetteer-only features (baseline) | 0.8463 |
final_model.pkl | Alternative final configuration | 0.8487 |
.pkl files (sklearn-crfsuite).
Refer to the source code for feature extraction logic using Nuve and BERTurk.1import joblib
2model = joblib.load("models/ner_crf_model.pkl")
3# Use FeatureExtractor from src/features.py to prepare input