mamamamm commited on
Commit
6828170
·
verified ·
1 Parent(s): ac8cf76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -36
README.md CHANGED
@@ -21,45 +21,54 @@ configs:
21
  - split: train
22
  path: data/train-*
23
  ---
24
- **Dataset-Tokenizer**
 
 
25
  This dataset is designed for training models to classify both textual and code data. It provides a diverse collection of natural language and code samples, aimed at tasks such as natural language processing (NLP) and code understanding. The dataset supports three natural languages (English, French, Spanish) and five programming languages (Python, Java, JavaScript, C++, C).
26
 
27
- **Languages and Sources**
28
- Natural Languages:
29
- -English
30
- -French
31
- -Spanish
32
- Programming Languages:
33
- -Python
34
- -Java
35
- -JavaScript
36
- -C++
37
- -C
38
- Data Types:
39
- -NL: Textual Content
40
- -CL: Code Snippets
41
-
42
- **Dataset Features**
 
 
 
 
43
  Each entry in the dataset includes the following attributes:
44
- -id (string): A unique identifier for each sample, represented as a SHA256 hash of the original text.
45
- -text (string): The original content of the text or code snippet.
46
- -lang (string): The language of the data, which can either be a natural language (English, French, Spanish) or a programming language (Python, Java, JavaScript, C++, C).
47
- -type (string): The type of the content. Use "NL" for natural language text and "CL" for code language (programming languages).
48
-
49
- **Intended Use**
 
 
50
  This dataset is ideal for training machine learning models to perform tasks such as:
51
- -Text classification and sentiment analysis in multiple natural languages.
52
- -Code classification, code completion, or other code-related tasks in various programming languages.
53
- -Cross-language or multi-language classification for both text and code.
54
-
55
- It is intended to support the development of models that can handle both human languages and programming languages, making it versatile for a variety of NLP and code understanding tasks.
56
-
57
- **Limitations**
58
- -The dataset may not cover all edge cases for each language or code type.
59
- -The representation of languages may not be balanced; certain languages may have more samples than others.
60
- -Code snippets may vary in complexity, and some may not be representative of typical coding practices.
61
-
62
- **Citation**
63
- Please cite or link back to this dataset on Hugging Face Hub if used in your projects.
64
 
 
 
 
 
 
65
 
 
 
 
 
 
 
 
 
 
 
21
  - split: train
22
  path: data/train-*
23
  ---
24
+
25
+ # Dataset-Tokenizer
26
+
27
  This dataset is designed for training models to classify both textual and code data. It provides a diverse collection of natural language and code samples, aimed at tasks such as natural language processing (NLP) and code understanding. The dataset supports three natural languages (English, French, Spanish) and five programming languages (Python, Java, JavaScript, C++, C).
28
 
29
+ ## Languages and Sources
30
+
31
+ - **Natural Languages**:
32
+ - English
33
+ - French
34
+ - Spanish
35
+
36
+ - **Programming Languages**:
37
+ - Python
38
+ - Java
39
+ - JavaScript
40
+ - C++
41
+ - C
42
+
43
+ - **Data Types**:
44
+ - **NL**: Textual Content
45
+ - **CL**: Code Snippets
46
+
47
+ ## Dataset Features
48
+
49
  Each entry in the dataset includes the following attributes:
50
+
51
+ - **id** (string): A unique identifier for each sample, represented as a SHA256 hash of the original text.
52
+ - **text** (string): The original content of the text or code snippet.
53
+ - **lang** (string): The language of the data, which can be either a natural language (English, French, Spanish) or a programming language (Python, Java, JavaScript, C++, C).
54
+ - **type** (string): The type of content. Use "NL" for natural language text and "CL" for code language (programming languages).
55
+
56
+ ## Intended Use
57
+
58
  This dataset is ideal for training machine learning models to perform tasks such as:
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
+ - Text classification and sentiment analysis in multiple natural languages.
61
+ - Code classification, code completion, or other code-related tasks in various programming languages.
62
+ - Cross-language or multi-language classification for both text and code.
63
+
64
+ It supports the development of models that can handle both human languages and programming languages, making it versatile for a wide range of NLP and code understanding tasks.
65
 
66
+ ## Limitations
67
+
68
+ - The dataset may not cover all edge cases for each language or code type.
69
+ - The representation of languages may not be balanced; some languages may have more samples than others.
70
+ - Code snippets may vary in complexity and may not always represent typical coding practices.
71
+
72
+ ## Citation
73
+
74
+ Please cite or link back to this dataset on Hugging Face Hub if used in your projects.