File size: 1,820 Bytes
8958adb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4160bc1
8958adb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4160bc1
6d5a96b
 
8958adb
 
 
 
f4e9198
8958adb
 
 
6d5a96b
 
4160bc1
 
 
 
 
 
 
 
 
 
8958adb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: mit
tags:
- generated_from_trainer
model-index:
- name: vipubmed-deberta-xsmall-finetuned-squad
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# vipubmed-deberta-xsmall-finetuned-squad

This model is a fine-tuned version of [manhtt-079/vipubmed-deberta-xsmall](https://huggingface.co/manhtt-079/vipubmed-deberta-xsmall) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 2.0986

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.05
- num_epochs: 10

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 4.3053        | 1.0   | 845  | 3.3807          |
| 3.0627        | 2.0   | 1690 | 2.7710          |
| 2.2496        | 3.0   | 2535 | 2.6862          |
| 2.0757        | 4.0   | 3380 | 2.5335          |
| 1.8615        | 5.0   | 4225 | 2.2315          |
| 1.7144        | 6.0   | 5070 | 2.3905          |
| 1.6598        | 7.0   | 5915 | 2.1928          |
| 1.5843        | 8.0   | 6760 | 2.1073          |
| 1.5172        | 9.0   | 7605 | 2.0659          |
| 1.4915        | 10.0  | 8450 | 2.0986          |


### Framework versions

- Transformers 4.28.0
- Pytorch 2.0.1+cu118
- Datasets 2.14.4
- Tokenizers 0.13.3