Model save
Browse files- README.md +96 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: microsoft/deberta-v3-large
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
+
- f1
|
| 12 |
+
model-index:
|
| 13 |
+
- name: judge_answer___33_deberta_large_enwiki-answerability-2411
|
| 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 |
+
# judge_answer___33_deberta_large_enwiki-answerability-2411
|
| 21 |
+
|
| 22 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
|
| 23 |
+
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.2559
|
| 25 |
+
- Accuracy: 0.9392
|
| 26 |
+
- Precision: 0.9429
|
| 27 |
+
- Recall: 0.9326
|
| 28 |
+
- F1: 0.9377
|
| 29 |
+
- F0.5: 0.9409
|
| 30 |
+
|
| 31 |
+
## Model description
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Intended uses & limitations
|
| 36 |
+
|
| 37 |
+
More information needed
|
| 38 |
+
|
| 39 |
+
## Training and evaluation data
|
| 40 |
+
|
| 41 |
+
More information needed
|
| 42 |
+
|
| 43 |
+
## Training procedure
|
| 44 |
+
|
| 45 |
+
### Training hyperparameters
|
| 46 |
+
|
| 47 |
+
The following hyperparameters were used during training:
|
| 48 |
+
- learning_rate: 1e-05
|
| 49 |
+
- train_batch_size: 8
|
| 50 |
+
- eval_batch_size: 8
|
| 51 |
+
- seed: 42
|
| 52 |
+
- gradient_accumulation_steps: 2
|
| 53 |
+
- total_train_batch_size: 16
|
| 54 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 55 |
+
- lr_scheduler_type: linear
|
| 56 |
+
- lr_scheduler_warmup_steps: 500
|
| 57 |
+
- num_epochs: 2
|
| 58 |
+
- mixed_precision_training: Native AMP
|
| 59 |
+
|
| 60 |
+
### Training results
|
| 61 |
+
|
| 62 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | F0.5 |
|
| 63 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
|
| 64 |
+
| 0.2133 | 0.0797 | 2000 | 0.2326 | 0.9218 | 0.9375 | 0.9007 | 0.9187 | 0.9299 |
|
| 65 |
+
| 0.2011 | 0.1593 | 4000 | 0.2527 | 0.9231 | 0.9084 | 0.9378 | 0.9229 | 0.9141 |
|
| 66 |
+
| 0.2094 | 0.2390 | 6000 | 0.2083 | 0.9256 | 0.9130 | 0.9378 | 0.9253 | 0.9179 |
|
| 67 |
+
| 0.1941 | 0.3186 | 8000 | 0.2156 | 0.9282 | 0.9460 | 0.9054 | 0.9253 | 0.9376 |
|
| 68 |
+
| 0.1933 | 0.3983 | 10000 | 0.2356 | 0.9290 | 0.9495 | 0.9033 | 0.9258 | 0.9399 |
|
| 69 |
+
| 0.1874 | 0.4779 | 12000 | 0.2501 | 0.9267 | 0.9325 | 0.9169 | 0.9247 | 0.9294 |
|
| 70 |
+
| 0.1849 | 0.5576 | 14000 | 0.2294 | 0.9272 | 0.9120 | 0.9425 | 0.9270 | 0.9180 |
|
| 71 |
+
| 0.1886 | 0.6372 | 16000 | 0.2367 | 0.9277 | 0.9554 | 0.8945 | 0.9239 | 0.9425 |
|
| 72 |
+
| 0.1865 | 0.7169 | 18000 | 0.1955 | 0.9356 | 0.9360 | 0.9326 | 0.9343 | 0.9353 |
|
| 73 |
+
| 0.1677 | 0.7966 | 20000 | 0.2023 | 0.9362 | 0.9398 | 0.9295 | 0.9346 | 0.9377 |
|
| 74 |
+
| 0.1662 | 0.8762 | 22000 | 0.2184 | 0.9341 | 0.9295 | 0.9368 | 0.9331 | 0.9309 |
|
| 75 |
+
| 0.163 | 0.9559 | 24000 | 0.2025 | 0.9408 | 0.9422 | 0.9368 | 0.9395 | 0.9411 |
|
| 76 |
+
| 0.1384 | 1.0355 | 26000 | 0.2516 | 0.9395 | 0.9463 | 0.9295 | 0.9378 | 0.9429 |
|
| 77 |
+
| 0.139 | 1.1152 | 28000 | 0.2647 | 0.9390 | 0.9397 | 0.9357 | 0.9377 | 0.9389 |
|
| 78 |
+
| 0.136 | 1.1948 | 30000 | 0.2608 | 0.9392 | 0.9458 | 0.9295 | 0.9375 | 0.9425 |
|
| 79 |
+
| 0.1431 | 1.2745 | 32000 | 0.2793 | 0.9351 | 0.9496 | 0.9164 | 0.9327 | 0.9428 |
|
| 80 |
+
| 0.1393 | 1.3542 | 34000 | 0.2370 | 0.9397 | 0.9454 | 0.9310 | 0.9381 | 0.9425 |
|
| 81 |
+
| 0.1325 | 1.4338 | 36000 | 0.2606 | 0.9369 | 0.9413 | 0.9295 | 0.9353 | 0.9389 |
|
| 82 |
+
| 0.1465 | 1.5135 | 38000 | 0.2371 | 0.9369 | 0.9450 | 0.9253 | 0.9351 | 0.9410 |
|
| 83 |
+
| 0.1254 | 1.5931 | 40000 | 0.2831 | 0.9367 | 0.9398 | 0.9305 | 0.9352 | 0.9380 |
|
| 84 |
+
| 0.1383 | 1.6728 | 42000 | 0.2655 | 0.9397 | 0.9458 | 0.9305 | 0.9381 | 0.9427 |
|
| 85 |
+
| 0.1386 | 1.7524 | 44000 | 0.2582 | 0.9385 | 0.9476 | 0.9258 | 0.9366 | 0.9432 |
|
| 86 |
+
| 0.1405 | 1.8321 | 46000 | 0.2535 | 0.9382 | 0.9400 | 0.9336 | 0.9368 | 0.9387 |
|
| 87 |
+
| 0.1428 | 1.9117 | 48000 | 0.2554 | 0.9392 | 0.9467 | 0.9284 | 0.9375 | 0.9430 |
|
| 88 |
+
| 0.1321 | 1.9914 | 50000 | 0.2559 | 0.9392 | 0.9429 | 0.9326 | 0.9377 | 0.9409 |
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
### Framework versions
|
| 92 |
+
|
| 93 |
+
- Transformers 4.46.2
|
| 94 |
+
- Pytorch 2.4.1+cu124
|
| 95 |
+
- Datasets 3.1.0
|
| 96 |
+
- Tokenizers 0.20.3
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1740304440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2786d07bd9db72c4e918f3d557674a134fff15bee82c3c0f9a4ad59389f4814
|
| 3 |
size 1740304440
|