avito-sentiment / training_state.json
DanielNRU's picture
Upload folder using huggingface_hub
711135d verified
Raw
History Blame Contribute Delete
1.17 kB
{
"epoch": 6,
"best_macro_f1": 0.8229923198391745,
"best_epoch": 3,
"no_improve_epochs": 3,
"model_short_name": "aiforever-rubert-large-tbsa",
"tbsa": true,
"tbsa_target": "Авито",
"config": {
"base_output_dir": "/content/drive/MyDrive/SL/sentiment_experiments",
"prepared_json_path": "/content/drive/MyDrive/SL/Avito_enriched_relevant_23.03.2026-08.04.2026.jsonl",
"hf_username": "DanielNRU",
"hf_private": true,
"n_per_class": 5000,
"seed": 42,
"epochs": 10,
"weight_decay": 0.01,
"warmup_ratio": 0.1,
"grad_clip": 1.0,
"early_stopping_patience": 3,
"use_class_weights": true,
"num_workers": 2,
"comment_min_tokens": 40,
"comment_target_share": 0.65,
"post_max_tokens": 80,
"model_name": "ai-forever/ruBERT-large",
"max_length": 256,
"batch_size": 4,
"lr": 1e-05,
"dropout": 0.1,
"use_mean_pooling": false,
"fp16": true,
"gradient_checkpointing": true,
"output_dir": "/content/drive/MyDrive/SL/sentiment_experiments/aiforever-rubert-large-tbsa",
"tbsa_target_reserve": 6,
"device": "cuda"
},
"timestamp": "2026-06-10T14:00:03.784795"
}