afk-live/afk-setfit-camembert-large-v1
013
afk-setfit-camembert-large-v1
French news headline classifier for AFK.live, fine-tuned with SetFit.
Quick Start
from setfit import SetFitModel
model = SetFitModel.from_pretrained("afk-live/afk-setfit-camembert-large-v1")
model.predict(["Macron annonce une réforme majeure des retraites"])
# => ["Politique France"]Model Details
Categories (12 labels)
Note: "Live" indicates whether the category is displayed on AFK.live (Yes) or filtered out (No).
Training Details
- Train samples: 720 (60 per class)
- Test samples: 211
- Hyperparameters: batchsize=(32,16), epochs=(1,16), endto_end=True, sampling=unique
About AFK.live
AFK.live is a French news aggregation project that creates trends from journalistic work.
Last updated: 2026-01-17
