Training complete
Browse files- README.md +50 -0
- config.json +0 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: answerdotai/ModernBERT-base
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
model-index:
|
| 8 |
+
- name: ModernBERT-base-distilled
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# ModernBERT-base-distilled
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
| 18 |
+
|
| 19 |
+
## Model description
|
| 20 |
+
|
| 21 |
+
More information needed
|
| 22 |
+
|
| 23 |
+
## Intended uses & limitations
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Training and evaluation data
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training procedure
|
| 32 |
+
|
| 33 |
+
### Training hyperparameters
|
| 34 |
+
|
| 35 |
+
The following hyperparameters were used during training:
|
| 36 |
+
- learning_rate: 2e-05
|
| 37 |
+
- train_batch_size: 48
|
| 38 |
+
- eval_batch_size: 48
|
| 39 |
+
- seed: 42
|
| 40 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 41 |
+
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 10
|
| 43 |
+
- mixed_precision_training: Native AMP
|
| 44 |
+
|
| 45 |
+
### Framework versions
|
| 46 |
+
|
| 47 |
+
- Transformers 4.57.0
|
| 48 |
+
- Pytorch 2.8.0+cu126
|
| 49 |
+
- Datasets 4.0.0
|
| 50 |
+
- Tokenizers 0.22.1
|
config.json
CHANGED
|
@@ -342,7 +342,6 @@
|
|
| 342 |
"num_hidden_layers": 22,
|
| 343 |
"pad_token_id": 50283,
|
| 344 |
"position_embedding_type": "absolute",
|
| 345 |
-
"problem_type": "single_label_classification",
|
| 346 |
"repad_logits_with_grad": false,
|
| 347 |
"sep_token_id": 50282,
|
| 348 |
"sparse_pred_ignore_index": -100,
|
|
|
|
| 342 |
"num_hidden_layers": 22,
|
| 343 |
"pad_token_id": 50283,
|
| 344 |
"position_embedding_type": "absolute",
|
|
|
|
| 345 |
"repad_logits_with_grad": false,
|
| 346 |
"sep_token_id": 50282,
|
| 347 |
"sparse_pred_ignore_index": -100,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598898116
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5450ac7ff38ceae0c7f8804bd02f21fac2062ca3449cd2ff0d44f4584af305f8
|
| 3 |
size 598898116
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7242c37c2cf94843077a4e237bc2ac18ed122b491c70c94c0147cf66212c758
|
| 3 |
size 5905
|