Upload metadata.json
Browse files- metadata.json +11 -0
metadata.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Sentiment Classifier (LR on Qwen3 Embeddings)",
|
| 3 |
+
"description": "Sentiment analysis using Logistic Regression on Qwen3 embeddings",
|
| 4 |
+
"task": "text-classification",
|
| 5 |
+
"dataset": "emotions_classified.csv",
|
| 6 |
+
"train_samples": 11200,
|
| 7 |
+
"test_samples": 4800,
|
| 8 |
+
"test_accuracy": 0.765625,
|
| 9 |
+
"embedding_dim": 1024,
|
| 10 |
+
"max_sequence_length": 69
|
| 11 |
+
}
|