JunF1122 commited on
Commit
5652645
·
1 Parent(s): 73cc1d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -5
README.md CHANGED
@@ -13,22 +13,22 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # gpt2_finetuned_new_10000recipe_chicken
15
 
16
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 1.6760
19
 
20
  ## Model description
21
 
22
- More information needed
 
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
-
32
  ## Training procedure
33
 
34
  ### Training hyperparameters
@@ -58,3 +58,22 @@ The following hyperparameters were used during training:
58
  - Pytorch 2.0.1+cpu
59
  - Datasets 2.14.4
60
  - Tokenizers 0.11.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # gpt2_finetuned_new_10000recipe_chicken
15
 
16
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) using 10,000 chicken recipes extracted from nlg dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 1.6760
19
 
20
  ## Model description
21
 
22
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) using 10,000 chicken recipes extracted from nlg dataset.
23
+ It achieves the following results on the evaluation set:
24
 
25
  ## Intended uses & limitations
26
 
27
+ The use is for personal and educational purposes.
28
 
29
  ## Training and evaluation data
30
 
31
+ The model uses 10043 recipes for its training data and 100 recipes for its evaluation data.
 
32
  ## Training procedure
33
 
34
  ### Training hyperparameters
 
58
  - Pytorch 2.0.1+cpu
59
  - Datasets 2.14.4
60
  - Tokenizers 0.11.0
61
+
62
+ ### Reference
63
+
64
+ @inproceedings{bien-etal-2020-recipenlg,
65
+ title = "{R}ecipe{NLG}: A Cooking Recipes Dataset for Semi-Structured Text Generation",
66
+ author = "Bie{\'n}, Micha{\l} and
67
+ Gilski, Micha{\l} and
68
+ Maciejewska, Martyna and
69
+ Taisner, Wojciech and
70
+ Wisniewski, Dawid and
71
+ Lawrynowicz, Agnieszka",
72
+ booktitle = "Proceedings of the 13th International Conference on Natural Language Generation",
73
+ month = dec,
74
+ year = "2020",
75
+ address = "Dublin, Ireland",
76
+ publisher = "Association for Computational Linguistics",
77
+ url = "https://www.aclweb.org/anthology/2020.inlg-1.4",
78
+ pages = "22--28",
79
+ }