fk-detect-3e-model / config.json
JLAbe's picture
Upload 6 files
922c0d6 verified
raw
history blame contribute delete
698 Bytes
{
"architectures": [
"NewsClassifier"
],
"model_type": "news_classifier",
"n_numerical_features": 6,
"numerical_features": [
"content_length",
"headline_length",
"author_count",
"sentiment_score",
"entity_count",
"readability_score"
],
"numerical_mean": [
0.0026682684826362176,
0.0018183266446225076,
0.005313897724979878,
-0.005818911552158523,
0.0034956914276852978,
-0.0025012282125404387
],
"numerical_std": [
1.0022717969260826,
0.9974782448654718,
1.0318508128090302,
0.9891540085487456,
1.0005293078917599,
1.0071604252089177
],
"torch_dtype": "float32",
"transformers_version": "4.45.1"
}