nepse-sentiment-analyzer / training_config.json
robinGiri's picture
Upload NEPSE Sentiment Analyzer (97.66% accuracy) - Clean essential files only
19f5e13
{
"framework": "tensorflow",
"task": "text-classification",
"dataset_size": 2986,
"batch_size": 32,
"epochs": 50,
"optimizer": "adam",
"learning_rate": 0.001,
"early_stopping": true,
"validation_split": 0.2
}