wn3 commited on
Commit
314d4ac
·
verified ·
1 Parent(s): 6fe6378

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ sentences = ["I am not having a great day"]
28
 
29
  model_outputs = classifier(sentences)
30
  print(model_outputs[0])
 
31
  Pretrained model on English language using a causal language modeling (CLM) objective. It was introduced in this paper and first released at this page.
32
 
33
  Disclaimer: The team releasing GPT-2 also wrote a model card for their model. Content from this model card has been written by the Hugging Face team to complete the information they provided and give specific examples of bias.
 
28
 
29
  model_outputs = classifier(sentences)
30
  print(model_outputs[0])
31
+ ```
32
  Pretrained model on English language using a causal language modeling (CLM) objective. It was introduced in this paper and first released at this page.
33
 
34
  Disclaimer: The team releasing GPT-2 also wrote a model card for their model. Content from this model card has been written by the Hugging Face team to complete the information they provided and give specific examples of bias.