SaulLu commited on
Commit
1fe9606
·
1 Parent(s): c512e04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -7,9 +7,12 @@ widget:
7
 
8
  # How to use?
9
 
10
- To generate text with HTML, the sentence must start with ` htmlOn ||`. To generate normal text, you don't need to add anything.
11
 
12
  # Training details
 
 
 
13
  Dataset:[Natural_Questions_HTML_reduced_all](https://huggingface.co/datasets/SaulLu/Natural_Questions_HTML_reduced_all)
14
  50% of the examples in the training data contained all HTML tags with only their `id` and `class` attributes. 50% of the examples were just plain text.
15
 
 
7
 
8
  # How to use?
9
 
10
+ To generate text with HTML, the sentence must start with ` htmlOn |||`. To generate normal text, you don't need to add anything.
11
 
12
  # Training details
13
+
14
+ We continued the pre-training of [gpt2](https://huggingface.co/gpt2).
15
+
16
  Dataset:[Natural_Questions_HTML_reduced_all](https://huggingface.co/datasets/SaulLu/Natural_Questions_HTML_reduced_all)
17
  50% of the examples in the training data contained all HTML tags with only their `id` and `class` attributes. 50% of the examples were just plain text.
18