mamamamm commited on
Commit
0caaf91
·
verified ·
1 Parent(s): 476bac4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -21,4 +21,67 @@ configs:
21
  - split: train
22
  path: data/train-*
23
  ---
24
- Coucou
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
30
+ English
31
+
32
+ French
33
+
34
+ Spanish
35
+ Programming Languages:
36
+
37
+ Python
38
+
39
+ Java
40
+
41
+ JavaScript
42
+
43
+ C++
44
+
45
+ C
46
+ Data Types:
47
+
48
+ NL: Textual Content
49
+
50
+ CL: Code Snippets
51
+
52
+
53
+ **Dataset Features**
54
+ Each entry in the dataset includes the following attributes:
55
+
56
+ id (string): A unique identifier for each sample, represented as a SHA256 hash of the original text.
57
+
58
+ text (string): The original content of the text or code snippet.
59
+
60
+ 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).
61
+
62
+ type (string): The type of the content. Use "NL" for natural language text and "CL" for code language (programming languages).
63
+
64
+
65
+ **Intended Use**
66
+ This dataset is ideal for training machine learning models to perform tasks such as:
67
+
68
+ Text classification and sentiment analysis in multiple natural languages.
69
+
70
+ Code classification, code completion, or other code-related tasks in various programming languages.
71
+
72
+ Cross-language or multi-language classification for both text and code.
73
+
74
+ 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.
75
+
76
+
77
+ **Limitations**
78
+ The dataset may not cover all edge cases for each language or code type.
79
+
80
+ The representation of languages may not be balanced; certain languages may have more samples than others.
81
+
82
+ Code snippets may vary in complexity, and some may not be representative of typical coding practices.
83
+
84
+ **Citation**
85
+ Please cite or link back to this dataset on Hugging Face Hub if used in your projects.
86
+
87
+