Model save
Browse files- README.md +78 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: distilbert-base-uncased
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
+
- precision
|
| 11 |
+
- recall
|
| 12 |
+
model-index:
|
| 13 |
+
- name: section-classifier-imrad
|
| 14 |
+
results: []
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
+
|
| 20 |
+
# section-classifier-imrad
|
| 21 |
+
|
| 22 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 23 |
+
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.6468
|
| 25 |
+
- Accuracy: 0.7598
|
| 26 |
+
- F1: 0.7564
|
| 27 |
+
- Precision: 0.7573
|
| 28 |
+
- Recall: 0.7598
|
| 29 |
+
|
| 30 |
+
## Model description
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Intended uses & limitations
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training and evaluation data
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Training procedure
|
| 43 |
+
|
| 44 |
+
### Training hyperparameters
|
| 45 |
+
|
| 46 |
+
The following hyperparameters were used during training:
|
| 47 |
+
- learning_rate: 2e-05
|
| 48 |
+
- train_batch_size: 32
|
| 49 |
+
- eval_batch_size: 32
|
| 50 |
+
- seed: 42
|
| 51 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
+
- lr_scheduler_type: linear
|
| 53 |
+
- lr_scheduler_warmup_steps: 500
|
| 54 |
+
- num_epochs: 3
|
| 55 |
+
|
| 56 |
+
### Training results
|
| 57 |
+
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 59 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 60 |
+
| 1.3710 | 0.0062 | 100 | 1.3340 | 0.5067 | 0.3408 | 0.2567 | 0.5067 |
|
| 61 |
+
| 1.1491 | 0.0123 | 200 | 1.0743 | 0.5225 | 0.3760 | 0.6023 | 0.5225 |
|
| 62 |
+
| 0.8367 | 0.0185 | 300 | 0.8677 | 0.6667 | 0.6398 | 0.6909 | 0.6667 |
|
| 63 |
+
| 0.7613 | 0.0246 | 400 | 0.7893 | 0.7169 | 0.7109 | 0.7136 | 0.7169 |
|
| 64 |
+
| 0.8431 | 0.0308 | 500 | 0.7290 | 0.7371 | 0.7332 | 0.7339 | 0.7371 |
|
| 65 |
+
| 0.7468 | 0.0369 | 600 | 0.7296 | 0.7287 | 0.7262 | 0.7363 | 0.7287 |
|
| 66 |
+
| 0.8184 | 0.0431 | 700 | 0.6854 | 0.7489 | 0.7446 | 0.7525 | 0.7489 |
|
| 67 |
+
| 0.7425 | 0.0492 | 800 | 0.6610 | 0.7540 | 0.7500 | 0.7523 | 0.7540 |
|
| 68 |
+
| 0.7334 | 0.0554 | 900 | 0.6606 | 0.7512 | 0.7522 | 0.7560 | 0.7512 |
|
| 69 |
+
| 0.7213 | 0.0615 | 1000 | 0.6793 | 0.7469 | 0.7402 | 0.7542 | 0.7469 |
|
| 70 |
+
| 0.6383 | 0.0677 | 1100 | 0.6771 | 0.7500 | 0.7394 | 0.7595 | 0.7500 |
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
### Framework versions
|
| 74 |
+
|
| 75 |
+
- Transformers 5.3.0
|
| 76 |
+
- Pytorch 2.10.0+cu128
|
| 77 |
+
- Datasets 4.6.1
|
| 78 |
+
- Tokenizers 0.22.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267841796
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c10e811cfad9817e09d1810bb928c2781195c833ee75f8d47734e44c20633961
|
| 3 |
size 267841796
|