Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ PyAutoCode is a cut-down python autosuggestion built on **GPT-2** *(motivation:
|
|
| 14 |
- Tokenized with *ByteLevelBPETokenizer*
|
| 15 |
- Data Sourced from *GitHub (almost 5 consecutive days of latest Python repositories)*
|
| 16 |
- Makes use of *GPTLMHeadModel* and *DataCollatorForLanguageModelling* for training
|
| 17 |
-
- Newline characters are custom coded as
|
| 18 |
|
| 19 |
## Get a Glimpse of the Model
|
| 20 |
|
|
|
|
| 14 |
- Tokenized with *ByteLevelBPETokenizer*
|
| 15 |
- Data Sourced from *GitHub (almost 5 consecutive days of latest Python repositories)*
|
| 16 |
- Makes use of *GPTLMHeadModel* and *DataCollatorForLanguageModelling* for training
|
| 17 |
+
- Newline characters are custom coded as `<N>`
|
| 18 |
|
| 19 |
## Get a Glimpse of the Model
|
| 20 |
|