sentiment-imdb-distilbert / training_args.json
PierrunoYT's picture
Upload cleaned checkpoints (removed unsafe files)
c8e11f6 verified
{
"model_name": "distilbert-base-uncased",
"max_length": 512,
"batch_size": 32,
"epochs": 4,
"learning_rate": 2e-05,
"warmup_ratio": 0.1,
"weight_decay": 0.01,
"gradient_accumulation_steps": 1,
"max_train_samples": null,
"max_eval_samples": null,
"output_dir": "./sentiment_model_transformer",
"seed": 42,
"save_steps": 500,
"eval_steps": 500,
"logging_steps": 100,
"hf_username": null,
"repo_name": "sentiment-imdb-distilbert",
"no_cuda": false,
"fp16": false
}