Update README.md
Browse filesfixing license and adding link
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
tags:
|
4 |
- exbert
|
5 |
datasets:
|
@@ -28,12 +29,14 @@ datasets:
|
|
28 |
- **Developed by:** OpenAI, see [GitHub Repo](https://github.com/openai/gpt-2-output-dataset/tree/master/detector) and [associated paper](https://d4mucfpksywv.cloudfront.net/papers/GPT_2_Report.pdf) for full author list
|
29 |
- **Model Type:** Fine-tuned transformer-based language model
|
30 |
- **Language(s):** English
|
31 |
-
- **License:**
|
32 |
- **Related Models:** [RoBERTa base](https://huggingface.co/roberta-base), [GPT-XL (1.5B parameter version)](https://huggingface.co/gpt2-xl), [GPT-Large (the 774M parameter version)](https://huggingface.co/gpt2-large), [GPT-Medium (the 355M parameter version)](https://huggingface.co/gpt2-medium) and [GPT-2 (the 124M parameter version)](https://huggingface.co/gpt2)
|
33 |
- **Resources for more information:**
|
34 |
- [Research Paper](https://d4mucfpksywv.cloudfront.net/papers/GPT_2_Report.pdf) (see, in particular, the section beginning on page 12 about Automated ML-based detection).
|
35 |
- [GitHub Repo](https://github.com/openai/gpt-2-output-dataset/tree/master/detector)
|
36 |
-
- [OpenAI Blog Post](https://openai.com/blog/gpt-2-1-5b-release/
|
|
|
|
|
37 |
|
38 |
## How to Get Started with the Model
|
39 |
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
license: mit
|
4 |
tags:
|
5 |
- exbert
|
6 |
datasets:
|
|
|
29 |
- **Developed by:** OpenAI, see [GitHub Repo](https://github.com/openai/gpt-2-output-dataset/tree/master/detector) and [associated paper](https://d4mucfpksywv.cloudfront.net/papers/GPT_2_Report.pdf) for full author list
|
30 |
- **Model Type:** Fine-tuned transformer-based language model
|
31 |
- **Language(s):** English
|
32 |
+
- **License:** MIT
|
33 |
- **Related Models:** [RoBERTa base](https://huggingface.co/roberta-base), [GPT-XL (1.5B parameter version)](https://huggingface.co/gpt2-xl), [GPT-Large (the 774M parameter version)](https://huggingface.co/gpt2-large), [GPT-Medium (the 355M parameter version)](https://huggingface.co/gpt2-medium) and [GPT-2 (the 124M parameter version)](https://huggingface.co/gpt2)
|
34 |
- **Resources for more information:**
|
35 |
- [Research Paper](https://d4mucfpksywv.cloudfront.net/papers/GPT_2_Report.pdf) (see, in particular, the section beginning on page 12 about Automated ML-based detection).
|
36 |
- [GitHub Repo](https://github.com/openai/gpt-2-output-dataset/tree/master/detector)
|
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 |
|