zeroshot-reptile / config.json
tevykuch's picture
Upload config.json
3fdf22c verified
{
"input_dimension": 1,
"hidden_layer_size": 32,
"output_dimension": 1,
"learning_rate": 0.02,
"batch_size": 16,
"iterations": 10000,
"inner_step_size": 0.02,
"inner_batch_size": 16,
"outer_step_size": 0.1,
"outer_iterations": 10000,
"meta_batch_size": 32,
"eval_iterations": 32,
"eval_batch_size": 10,
"sample_radius": 20,
"sample_count": 100,
"vocab_size": 280067,
"embedding_dimension": 100,
"train_classes": 17505
}