You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,27 @@ It will collects python repostiroes in last 3 days which have size less that `5M
17
17
18
18
By the way, remember that you need to get your own token. For this got to <ahref="https://github.com/settings/tokens">this link</a>. After getting your token make a `token.txt` file next to `data_collector` and put your token in that file.
19
19
20
+
## Preprocess
20
21
21
-
*Made By Amirhossein Abaskohi*
22
+
Preprocess stage includes tokenizing and creating the datafile. Use the files in preprocess folder to do the preprocess.
23
+
24
+
25
+
## Training model
26
+
27
+
Use `trainer.py` in model directory to train your model. This can be easily done using this command:
28
+
```
29
+
python trainer,py
30
+
```
31
+
32
+
After this the model will be save in `GPyT` directory for next stages.
33
+
34
+
35
+
## Check model
36
+
37
+
An example of model check is available in `model` directory.
0 commit comments