Remove explicit table of contents (#2)
- Remove explicit table of contents (1a9de3041869f969852c7f9148cd1f69219dfe38) Co-authored-by: Christopher Akiki <cakiki@users.noreply.huggingface.co>
This commit is contained in:
parent
8c7ca69f9d
commit
e852c9080b
12
README.md
12
README.md
|
@ -5,18 +5,6 @@ license: mit
|
|||
|
||||
# GPT-2 Medium
|
||||
|
||||
## Table of Contents
|
||||
- [Model Details](#model-details)
|
||||
- [How To Get Started With the Model](#how-to-get-started-with-the-model)
|
||||
- [Uses](#uses)
|
||||
- [Risks, Limitations and Biases](#risks-limitations-and-biases)
|
||||
- [Training](#training)
|
||||
- [Evaluation](#evaluation)
|
||||
- [Environmental Impact](#environmental-impact)
|
||||
- [Technical Specifications](#technical-specifications)
|
||||
- [Citation Information](#citation-information)
|
||||
- [Model Card Authors](#model-card-authors)
|
||||
|
||||
## Model Details
|
||||
|
||||
**Model Description:** GPT-2 Medium is the **355M parameter** version of GPT-2, a transformer-based language model created and released by OpenAI. The model is a pretrained model on English language using a causal language modeling (CLM) objective.
|
||||
|
|
Loading…
Reference in New Issue