Marissa commited on
Commit
91600d2
1 Parent(s): 7e2b173

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -12,7 +12,6 @@ datasets:
12
 
13
  ## Table of Contents
14
  - [Model Details](#model-details)
15
- - [How To Get Started With the Model](#how-to-get-started-with-the-model)
16
  - [Uses](#uses)
17
  - [Risks, Limitations and Biases](#risks-limitations-and-biases)
18
  - [Training](#training)
@@ -21,6 +20,7 @@ datasets:
21
  - [Technical Specifications](#technical-specifications)
22
  - [Citation Information](#citation-information)
23
  - [Model Card Authors](#model-card-author)
 
24
 
25
  ## Model Details
26
 
@@ -37,14 +37,6 @@ datasets:
37
  - [OpenAI Blog Post](https://openai.com/blog/gpt-2-1-5b-release/)
38
  - [Explore the detector model here](https://huggingface.co/openai-detector )
39
 
40
-
41
- ## How to Get Started with the Model
42
-
43
- Use the code below to get started with the model.
44
-
45
- ```python
46
- ```
47
-
48
  ## Uses
49
 
50
  #### Direct Use
@@ -143,4 +135,12 @@ See the [associated paper](https://d4mucfpksywv.cloudfront.net/papers/GPT_2_Repo
143
  ```
144
 
145
  APA:
146
- - Solaiman, I., Brundage, M., Clark, J., Askell, A., Herbert-Voss, A., Wu, J., ... & Wang, J. (2019). Release strategies and the social impacts of language models. arXiv preprint arXiv:1908.09203.
 
 
 
 
 
 
 
 
 
12
 
13
  ## Table of Contents
14
  - [Model Details](#model-details)
 
15
  - [Uses](#uses)
16
  - [Risks, Limitations and Biases](#risks-limitations-and-biases)
17
  - [Training](#training)
 
20
  - [Technical Specifications](#technical-specifications)
21
  - [Citation Information](#citation-information)
22
  - [Model Card Authors](#model-card-author)
23
+ - [How To Get Started With the Model](#how-to-get-started-with-the-model)
24
 
25
  ## Model Details
26
 
 
37
  - [OpenAI Blog Post](https://openai.com/blog/gpt-2-1-5b-release/)
38
  - [Explore the detector model here](https://huggingface.co/openai-detector )
39
 
 
 
 
 
 
 
 
 
40
  ## Uses
41
 
42
  #### Direct Use
 
135
  ```
136
 
137
  APA:
138
+ - Solaiman, I., Brundage, M., Clark, J., Askell, A., Herbert-Voss, A., Wu, J., ... & Wang, J. (2019). Release strategies and the social impacts of language models. arXiv preprint arXiv:1908.09203.
139
+
140
+ ## Model Card Author
141
+
142
+ This model card was written by the team at Hugging Face.
143
+
144
+ ## How to Get Started with the Model
145
+
146
+ More information needed.