Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add resources of OpenAI GPT #20084

Merged
merged 8 commits into from
Nov 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/source/en/model_doc/openai-gpt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,25 @@ python -m spacy download en
If you don't install `ftfy` and `SpaCy`, the [`OpenAIGPTTokenizer`] will default to tokenize
using BERT's `BasicTokenizer` followed by Byte-Pair Encoding (which should be fine for most usage, don't worry).

## Resources

A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with DistilBERT. If you're interested in submitting a resource to be included here, please feel free to open a Pull Request and we'll review it! The resource should ideally demonstrate something new instead of duplicating an existing resource.

<PipelineTag pipeline="text-classification"/>

- A blog post on [outperforming OpenAI GPT-3 with SetFit for text-classification](https://www.philschmid.de/getting-started-setfit).


<PipelineTag pipeline="token-classification"/>

- A course material on [Byte-Pair Encoding tokenization](https://huggingface.co/course/en/chapter6/5)
- A course material on [training a causal language model from scratch](https://huggingface.co/course/en/chapter7/6)
shogohida marked this conversation as resolved.
Show resolved Hide resolved


🚀 Deploy

- A blog post on how to [deploy BigScience T0_3B to AWS & Amazon SageMaker](https://www.philschmid.de/deploy-bigscience-t0-3b-to-aws-and-amazon-sagemaker)
shogohida marked this conversation as resolved.
Show resolved Hide resolved

## OpenAIGPTConfig

[[autodoc]] OpenAIGPTConfig
Expand Down