namngo commited on
Commit
5158efd
1 Parent(s): 32e3c0f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: videberta-xsmall-finetuned-squad
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # videberta-xsmall-finetuned-squad
13
+
14
+ This model is a fine-tuned version of [Fsoft-AIC/videberta-xsmall](https://huggingface.co/Fsoft-AIC/videberta-xsmall) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 2.6690
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 6e-05
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 16
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_ratio: 0.05
42
+ - num_epochs: 10
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 3.0744 | 1.0 | 1196 | 2.8061 |
49
+ | 2.432 | 2.0 | 2392 | 2.3660 |
50
+ | 2.0159 | 3.0 | 3588 | 2.2795 |
51
+ | 1.7175 | 4.0 | 4784 | 2.1633 |
52
+ | 1.4843 | 5.0 | 5980 | 2.1167 |
53
+ | 1.2682 | 6.0 | 7176 | 2.2753 |
54
+ | 1.1 | 7.0 | 8372 | 2.4245 |
55
+ | 0.9674 | 8.0 | 9568 | 2.5100 |
56
+ | 0.8752 | 9.0 | 10764 | 2.6157 |
57
+ | 0.7952 | 10.0 | 11960 | 2.6690 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.28.0
63
+ - Pytorch 2.0.1+cu118
64
+ - Datasets 2.14.4
65
+ - Tokenizers 0.13.3