rharris117 commited on
Commit
571f47a
·
1 Parent(s): aefa09f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
+ model-index:
7
+ - name: git-base-xr
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
+ # git-base-xr
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.0641
19
+ - Bleu: 9.4387
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 50
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 3.5821 | 5.26 | 50 | 1.2163 | 4.6142 |
54
+ | 0.8599 | 10.53 | 100 | 0.8719 | 10.5680 |
55
+ | 0.5491 | 15.79 | 150 | 0.8546 | 9.7374 |
56
+ | 0.3605 | 21.05 | 200 | 0.8975 | 10.2395 |
57
+ | 0.2409 | 26.32 | 250 | 0.9652 | 9.8718 |
58
+ | 0.1664 | 31.58 | 300 | 1.0042 | 11.7264 |
59
+ | 0.1234 | 36.84 | 350 | 1.0462 | 10.5668 |
60
+ | 0.1002 | 42.11 | 400 | 1.0569 | 9.7232 |
61
+ | 0.0876 | 47.37 | 450 | 1.0641 | 9.4387 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.27.3
67
+ - Pytorch 2.1.0+cu121
68
+ - Datasets 2.14.7
69
+ - Tokenizers 0.13.3