Upload best final ModernBERT sentence scorer model
Browse files- config.json +85 -0
- eval_metrics.json +14 -0
- model.safetensors +3 -0
- run_summary.md +44 -0
- tokenizer.json +0 -0
- tokenizer_config.json +17 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ModernBertForSequenceClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"classifier_activation": "gelu",
|
| 9 |
+
"classifier_bias": false,
|
| 10 |
+
"classifier_dropout": 0.0,
|
| 11 |
+
"classifier_pooling": "mean",
|
| 12 |
+
"cls_token_id": 50281,
|
| 13 |
+
"decoder_bias": true,
|
| 14 |
+
"deterministic_flash_attn": false,
|
| 15 |
+
"dtype": "float32",
|
| 16 |
+
"embedding_dropout": 0.0,
|
| 17 |
+
"eos_token_id": null,
|
| 18 |
+
"global_attn_every_n_layers": 3,
|
| 19 |
+
"gradient_checkpointing": false,
|
| 20 |
+
"hidden_activation": "gelu",
|
| 21 |
+
"hidden_size": 768,
|
| 22 |
+
"id2label": {
|
| 23 |
+
"0": "LABEL_0"
|
| 24 |
+
},
|
| 25 |
+
"initializer_cutoff_factor": 2.0,
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"intermediate_size": 1152,
|
| 28 |
+
"label2id": {
|
| 29 |
+
"LABEL_0": 0
|
| 30 |
+
},
|
| 31 |
+
"layer_norm_eps": 1e-05,
|
| 32 |
+
"layer_types": [
|
| 33 |
+
"full_attention",
|
| 34 |
+
"sliding_attention",
|
| 35 |
+
"sliding_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"sliding_attention",
|
| 38 |
+
"sliding_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"sliding_attention",
|
| 41 |
+
"sliding_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"sliding_attention",
|
| 44 |
+
"sliding_attention",
|
| 45 |
+
"full_attention",
|
| 46 |
+
"sliding_attention",
|
| 47 |
+
"sliding_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"sliding_attention",
|
| 50 |
+
"sliding_attention",
|
| 51 |
+
"full_attention",
|
| 52 |
+
"sliding_attention",
|
| 53 |
+
"sliding_attention",
|
| 54 |
+
"full_attention"
|
| 55 |
+
],
|
| 56 |
+
"local_attention": 128,
|
| 57 |
+
"max_position_embeddings": 8192,
|
| 58 |
+
"mlp_bias": false,
|
| 59 |
+
"mlp_dropout": 0.0,
|
| 60 |
+
"model_type": "modernbert",
|
| 61 |
+
"norm_bias": false,
|
| 62 |
+
"norm_eps": 1e-05,
|
| 63 |
+
"num_attention_heads": 12,
|
| 64 |
+
"num_hidden_layers": 22,
|
| 65 |
+
"pad_token_id": 50283,
|
| 66 |
+
"position_embedding_type": "absolute",
|
| 67 |
+
"problem_type": "regression",
|
| 68 |
+
"rope_parameters": {
|
| 69 |
+
"full_attention": {
|
| 70 |
+
"rope_theta": 160000.0,
|
| 71 |
+
"rope_type": "default"
|
| 72 |
+
},
|
| 73 |
+
"sliding_attention": {
|
| 74 |
+
"rope_theta": 10000.0,
|
| 75 |
+
"rope_type": "default"
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
+
"sep_token_id": 50282,
|
| 79 |
+
"sparse_pred_ignore_index": -100,
|
| 80 |
+
"sparse_prediction": false,
|
| 81 |
+
"tie_word_embeddings": true,
|
| 82 |
+
"transformers_version": "5.6.2",
|
| 83 |
+
"use_cache": false,
|
| 84 |
+
"vocab_size": 50368
|
| 85 |
+
}
|
eval_metrics.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_loss": 0.02754737250506878,
|
| 3 |
+
"eval_rmse": 0.16597401714640134,
|
| 4 |
+
"eval_mae": 0.12368558347225189,
|
| 5 |
+
"eval_pearson": 0.8236426997589091,
|
| 6 |
+
"eval_spearman": 0.8201133644491532,
|
| 7 |
+
"eval_article_spearman": 0.7319277523759264,
|
| 8 |
+
"eval_article_ndcg_at_3": 0.9055421605026681,
|
| 9 |
+
"eval_article_ndcg_at_5": 0.8978525730107749,
|
| 10 |
+
"eval_runtime": 80.6871,
|
| 11 |
+
"eval_samples_per_second": 84.189,
|
| 12 |
+
"eval_steps_per_second": 42.101,
|
| 13 |
+
"epoch": 3.0
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b21e00fda4edcb892168bff241428d136dbb07d5f55ae33c4362132355a72a31
|
| 3 |
+
size 598436708
|
run_summary.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CNN/DailyMail ModernBERT Pointwise Run
|
| 2 |
+
|
| 3 |
+
- model_size: `base`
|
| 4 |
+
- model_name: `answerdotai/ModernBERT-base`
|
| 5 |
+
- resolved_model_name: `/lustre/fsmisc/dataset/HuggingFace_Models/answerdotai/ModernBERT-base`
|
| 6 |
+
- target_mode: `model_balanced`
|
| 7 |
+
- target_field: `salience_score_model_balanced`
|
| 8 |
+
- input_field: `model_input_text`
|
| 9 |
+
- train_file: `data/CNN_DM/representative_subset/salience_generation/recovery_f2_all6/sentence_scorer_data/modernbert_pointwise/train.jsonl`
|
| 10 |
+
- dev_file: `data/CNN_DM/representative_subset/salience_generation/recovery_f2_all6/sentence_scorer_data/modernbert_pointwise/dev.jsonl`
|
| 11 |
+
- train_rows: `59643`
|
| 12 |
+
- dev_rows: `6793`
|
| 13 |
+
- train_articles: `1000`
|
| 14 |
+
- dev_articles: `200`
|
| 15 |
+
- max_length: `4096`
|
| 16 |
+
- learning_rate: `2e-05`
|
| 17 |
+
- weight_decay: `0.01`
|
| 18 |
+
- num_train_epochs: `3.0`
|
| 19 |
+
- warmup_ratio: `0.06`
|
| 20 |
+
- per_device_train_batch_size: `2`
|
| 21 |
+
- per_device_eval_batch_size: `2`
|
| 22 |
+
- gradient_accumulation_steps: `8`
|
| 23 |
+
- effective_train_batch_size: `16`
|
| 24 |
+
- eval_strategy: `epoch`
|
| 25 |
+
- save_strategy: `epoch`
|
| 26 |
+
- early_stopping_patience: `2`
|
| 27 |
+
- bf16: `True`
|
| 28 |
+
- fp16: `False`
|
| 29 |
+
- gradient_checkpointing: `True`
|
| 30 |
+
|
| 31 |
+
## Eval Metrics
|
| 32 |
+
|
| 33 |
+
- epoch: `3.0`
|
| 34 |
+
- eval_article_ndcg_at_3: `0.9055421605026681`
|
| 35 |
+
- eval_article_ndcg_at_5: `0.8978525730107749`
|
| 36 |
+
- eval_article_spearman: `0.7319277523759264`
|
| 37 |
+
- eval_loss: `0.02754737250506878`
|
| 38 |
+
- eval_mae: `0.12368558347225189`
|
| 39 |
+
- eval_pearson: `0.8236426997589091`
|
| 40 |
+
- eval_rmse: `0.16597401714640134`
|
| 41 |
+
- eval_runtime: `80.6871`
|
| 42 |
+
- eval_samples_per_second: `84.189`
|
| 43 |
+
- eval_spearman: `0.8201133644491532`
|
| 44 |
+
- eval_steps_per_second: `42.101`
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"clean_up_tokenization_spaces": true,
|
| 4 |
+
"cls_token": "[CLS]",
|
| 5 |
+
"is_local": true,
|
| 6 |
+
"local_files_only": true,
|
| 7 |
+
"mask_token": "[MASK]",
|
| 8 |
+
"model_input_names": [
|
| 9 |
+
"input_ids",
|
| 10 |
+
"attention_mask"
|
| 11 |
+
],
|
| 12 |
+
"model_max_length": 8192,
|
| 13 |
+
"pad_token": "[PAD]",
|
| 14 |
+
"sep_token": "[SEP]",
|
| 15 |
+
"tokenizer_class": "TokenizersBackend",
|
| 16 |
+
"unk_token": "[UNK]"
|
| 17 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:059dd50704b489c05922815531df74261005f542bc83e4d7d9176c65ee518fc9
|
| 3 |
+
size 5393
|