python
codestyle-validator
infinityofspace commited on
Commit
9466f1b
1 Parent(s): 0b17fa7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - python
5
+ - codestyle-validator
6
+ datasets:
7
+ - infinityofspace/python_codestyles-random-500
8
+ - infinityofspace/python_codestyles-single-500
9
+ ---
10
+
11
+ # Python codestyle validator - DT modell
12
+
13
+ The model is a pre-trained sklean DT model on the [infinityofspace/python_codestyles-random-500](https://huggingface.co/datasets/infinityofspace/python_codestyles-random-500) dataset.
14
+
15
+ In addition to the model, the N-grams used for training are also included in this repository.
16
+ The file [all_n_grams.pkl](all_n_grams.pkl) contains all n-grams grouped according to their length.
17
+ In file [ngrams_per_dataset.pkl](ngrams_per_dataset.pkl), all n-grams are divided by the datasets which have been used. For each N-gram, the frequency is included in this file.
18
+ The first dataset is [infinityofspace/python_codestyles-random-500](https://huggingface.co/datasets/infinityofspace/python_codestyles-random-500) and the second
19
+ is [infinityofspace/python_codestyles-single-500](https://huggingface.co/datasets/infinityofspace/python_codestyles-single-500).