Unverified Commit a8d4dff0 authored by Manuel Romero's avatar Manuel Romero Committed by GitHub
Browse files

Update README.md (#3470)

Fix typo
parent 4a566356
...@@ -8,12 +8,12 @@ thumbnail: ...@@ -8,12 +8,12 @@ thumbnail:
**GPT-2** fine-tuned on **biorxiv_medrxiv** and **comm_use_subset files** from [CORD-19](https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge) dataset. **GPT-2** fine-tuned on **biorxiv_medrxiv** and **comm_use_subset files** from [CORD-19](https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge) dataset.
## Datasets details: ## Datasets details
| Dataset | # Files | | Dataset | # Files |
| ---------------------- | ----- | | ---------------------- | ----- |
| biorxiv_medrxiv | 885 | | biorxiv_medrxiv | 885 |
| comm_use_subse | 9K | | comm_use_subset | 9K |
## Model training ## Model training
...@@ -37,7 +37,7 @@ python run_language_modeling.py \ ...@@ -37,7 +37,7 @@ python run_language_modeling.py \
<img alt="training loss" src="https://svgshare.com/i/JTf.svg' title='GTP-2-finetuned-CORDS19-loss" width="600" height="300" /> <img alt="training loss" src="https://svgshare.com/i/JTf.svg' title='GTP-2-finetuned-CORDS19-loss" width="600" height="300" />
## Model in action / Example of usage: ## Model in action / Example of usage ✒
You can get the following script [here](https://github.com/huggingface/transformers/blob/master/examples/run_generation.py) You can get the following script [here](https://github.com/huggingface/transformers/blob/master/examples/run_generation.py)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment