| { | |
| "method": "positive_confidence_curriculum", | |
| "base_model": "allenai/scibert_scivocab_uncased", | |
| "seed": 13, | |
| "batch_size": 8, | |
| "learning_rate": 2e-5, | |
| "prediction_threshold": 0.3, | |
| "num_voters": 3, | |
| "voter_sample_ratio": 0.6, | |
| "voter_epochs": 1, | |
| "minimum_positive_weight": 0.7, | |
| "curriculum_percentiles": [30, 0, 0], | |
| "stage_epochs": [1, 0, 0], | |
| "training_samples": 25460, | |
| "training_entities": 159024, | |
| "test_samples": 188, | |
| "test_entities": 1348 | |
| } | |