Francesco-A
commited on
Commit
•
46a238d
1
Parent(s):
8114391
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,23 @@
|
|
5 |
|
6 |
**Model Description:**
|
7 |
|
8 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
**Usage:**
|
11 |
|
@@ -13,4 +29,6 @@ You can use the `code-search-net-tokenizer` to preprocess code snippets and conv
|
|
13 |
|
14 |
**Limitations:**
|
15 |
|
16 |
-
The `code-search-net-tokenizer` is specifically tailored to code-related text data and may not be suitable for general text tasks. It may not perform optimally for natural language text outside the programming context.
|
|
|
|
|
|
5 |
|
6 |
**Model Description:**
|
7 |
|
8 |
+
The Code Search Net Tokenizer is a custom tokenizer specifically trained for tokenizing Python code snippets. It has been trained on a large corpus of Python code snippets from the CodeSearchNet dataset using the GPT-2 model as a starting point. The goal of this tokenizer is to effectively tokenize Python code for use in various natural language processing and code-related tasks.
|
9 |
+
|
10 |
+
**Model Details:**
|
11 |
+
|
12 |
+
Name: Code Search Net Tokenizer
|
13 |
+
Model Type: Custom Tokenizer
|
14 |
+
Language: Python
|
15 |
+
|
16 |
+
**Training Data:**
|
17 |
+
|
18 |
+
The tokenizer was trained on a corpus of Python code snippets from the CodeSearchNet dataset. The dataset consists of various Python code examples collected from open-source repositories on GitHub. The tokenizer has been fine-tuned on this dataset to create a specialized vocabulary that captures the unique syntax and structure of Python code.
|
19 |
+
|
20 |
+
**Tokenizer Features:**
|
21 |
+
|
22 |
+
*The Code Search Net Tokenizer offers the following features:
|
23 |
+
|
24 |
+
*Tokenization of Python code: The tokenizer can effectively split Python code snippets into individual tokens, making it suitable for downstream tasks that involve code processing and understanding.
|
25 |
|
26 |
**Usage:**
|
27 |
|
|
|
29 |
|
30 |
**Limitations:**
|
31 |
|
32 |
+
The `code-search-net-tokenizer` is specifically tailored to code-related text data and may not be suitable for general text tasks. It may not perform optimally for natural language text outside the programming context.
|
33 |
+
|
34 |
+
*This model card is provided for informational purposes only and does not guarantee specific performance or outcomes when using the "code-search-net-tokenizer" with other language models. Users are encouraged to refer to the Hugging Face documentation and model repository for detailed information and updates.*
|