Commit ·
34056f6
1
Parent(s): 797595e
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,8 @@ tags:
|
|
| 7 |
- code
|
| 8 |
---
|
| 9 |
|
| 10 |
-
##
|
| 11 |
-
This repository provides an example of how to use the GPT-2 language model in Hugging Face for
|
| 12 |
|
| 13 |
## Requirements
|
| 14 |
- Python 3.6 or higher
|
|
@@ -16,7 +16,7 @@ This repository provides an example of how to use the GPT-2 language model in Hu
|
|
| 16 |
- PyTorch or TensorFlow
|
| 17 |
|
| 18 |
## Installation
|
| 19 |
-
- Clone this repository: git clone ```https://github.com/
|
| 20 |
- Navigate to the repository directory: ```cd Final Project```
|
| 21 |
- Install the required libraries: ```pip install -r requirements.txt```
|
| 22 |
|
|
|
|
| 7 |
- code
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## Story Generation Using GPT-2 in Hugging Face
|
| 11 |
+
This repository provides an example of how to use the GPT-2 language model in Hugging Face for story generation tasks. GPT-2 is a powerful natural language processing model that can generate human-like text, and Hugging Face is a popular open-source library for working with NLP models.
|
| 12 |
|
| 13 |
## Requirements
|
| 14 |
- Python 3.6 or higher
|
|
|
|
| 16 |
- PyTorch or TensorFlow
|
| 17 |
|
| 18 |
## Installation
|
| 19 |
+
- Clone this repository: git clone ```https://github.com/BaoToan1704/Deep-Learning/Final%20Project```
|
| 20 |
- Navigate to the repository directory: ```cd Final Project```
|
| 21 |
- Install the required libraries: ```pip install -r requirements.txt```
|
| 22 |
|