htriedman commited on
Commit
ecfd268
1 Parent(s): b008b55

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: wiki-sparql-models
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
+ # wiki-sparql-models
13
+
14
+ This model is a fine-tuned version of [htriedman/wiki-sparql-models](https://huggingface.co/htriedman/wiki-sparql-models) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.0189
17
+ - Rouge2 Precision: 0.8846
18
+ - Rouge2 Recall: 0.1611
19
+ - Rouge2 Fmeasure: 0.2648
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: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 5
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
49
+ |:-------------:|:-----:|:------:|:---------------:|:----------------:|:-------------:|:---------------:|
50
+ | 0.0303 | 1.0 | 55180 | 0.0258 | 0.8688 | 0.1586 | 0.2605 |
51
+ | 0.0231 | 2.0 | 110360 | 0.0218 | 0.8776 | 0.1597 | 0.2625 |
52
+ | 0.02 | 3.0 | 165540 | 0.0201 | 0.8821 | 0.1607 | 0.2641 |
53
+ | 0.0164 | 4.0 | 220720 | 0.0192 | 0.8842 | 0.1611 | 0.2646 |
54
+ | 0.0175 | 5.0 | 275900 | 0.0189 | 0.8846 | 0.1611 | 0.2648 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.28.1
60
+ - Pytorch 2.0.0+cu118
61
+ - Datasets 2.11.0
62
+ - Tokenizers 0.13.3