alphahg commited on
Commit
4584acf
1 Parent(s): 49b314b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - custom_squad_v2
6
+ model-index:
7
+ - name: kobigbird-pure2-93753787
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # kobigbird-pure2-93753787
15
+
16
+ This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the custom_squad_v2 dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 3.4619
19
+ - eval_runtime: 26.5163
20
+ - eval_samples_per_second: 45.406
21
+ - eval_steps_per_second: 0.717
22
+ - epoch: 0.99
23
+ - step: 21
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 2
46
+ - gradient_accumulation_steps: 8
47
+ - total_train_batch_size: 512
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - num_epochs: 2
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.24.0
56
+ - Pytorch 1.12.1
57
+ - Datasets 2.6.1
58
+ - Tokenizers 0.13.1