Update README.md
Browse files
README.md
CHANGED
|
@@ -3,5 +3,9 @@ license: cc0-1.0
|
|
| 3 |
datasets:
|
| 4 |
- code_search_net
|
| 5 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
This is an adapted tokenizer from GPT2 that can recognize tokens to do with Python coding. It is part of the [huggingfaceNLP course exercise](https://huggingface.co/learn/nlp-course/chapter6/2). It uses the method `train_new_from_iterator()`
|
|
|
|
| 3 |
datasets:
|
| 4 |
- code_search_net
|
| 5 |
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- text-generation
|
| 8 |
+
- code
|
| 9 |
+
- python
|
| 10 |
---
|
| 11 |
This is an adapted tokenizer from GPT2 that can recognize tokens to do with Python coding. It is part of the [huggingfaceNLP course exercise](https://huggingface.co/learn/nlp-course/chapter6/2). It uses the method `train_new_from_iterator()`
|