thread-reranker / config.json
Algokruti's picture
Upload folder using huggingface_hub
6faa13d verified
raw
history blame contribute delete
330 Bytes
{
"base_model": "microsoft/MiniLM-L6-H384-uncased",
"lora_r": 8,
"lora_alpha": 16,
"num_structured_features": 5,
"structured_feature_names": [
"entity_overlap",
"keyword_matches",
"flow_continuity",
"recency_score",
"hours_since_active"
],
"max_length": 256,
"best_val_f1": 0.5887755102040816
}