Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,10 @@ PyAutoCode is a cut-down python autosuggestion built on **GPT-2** *(motivation:
|
|
| 15 |
- Data Sourced from *GitHub (almost 5 consecutive days of latest Python repositories)*
|
| 16 |
- Makes use of *GPTLMHeadModel* and *DataCollatorForLanguageModelling* for training
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## Usage
|
| 19 |
|
| 20 |
You can use my model too!. Here's a quick tour of how you can achieve this:
|
|
|
|
| 15 |
- Data Sourced from *GitHub (almost 5 consecutive days of latest Python repositories)*
|
| 16 |
- Makes use of *GPTLMHeadModel* and *DataCollatorForLanguageModelling* for training
|
| 17 |
|
| 18 |
+
## Get a Glimpse of the Model
|
| 19 |
+
|
| 20 |
+
You can make use of the **Inference API** of huggingface *(present on the right sidebar)* to load the model and check the result.
|
| 21 |
+
|
| 22 |
## Usage
|
| 23 |
|
| 24 |
You can use my model too!. Here's a quick tour of how you can achieve this:
|