herman3996 commited on
Commit
af1a69e
Β·
verified Β·
1 Parent(s): 1ffe123

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,9 +18,9 @@ The repository contains three ready-to-use **standalone applications** built wit
18
 
19
  | File | Size | Description |
20
  |---|---|---|
21
- | `run_trainer.zip` | ~2.6 GB | Application for fine-tuning the model |
22
- | `run_prediction.zip` | ~2.5 GB | Application for running predictions |
23
- | `run_classifier.zip` | ~60 MB | Application for manual comment classification |
24
  | `QA_dataset.csv` | ~75 kB | Quality assurance dataset |
25
 
26
  ---
@@ -38,7 +38,7 @@ Download one or more archives from this page.
38
  Extract the downloaded archive to a convenient location. The folder structure will look like this:
39
 
40
  ```
41
- run_classifier/
42
  β”œβ”€β”€ _internal/ # internal dependencies (do not modify)
43
  └── run_classifier.exe # executable file
44
  ```
 
18
 
19
  | File | Size | Description |
20
  |---|---|---|
21
+ | `trainer.zip` | ~2.6 GB | Application for fine-tuning the model |
22
+ | `prediction.zip` | ~2.5 GB | Application for running predictions |
23
+ | `classifier.zip` | ~60 MB | Application for manual comment classification |
24
  | `QA_dataset.csv` | ~75 kB | Quality assurance dataset |
25
 
26
  ---
 
38
  Extract the downloaded archive to a convenient location. The folder structure will look like this:
39
 
40
  ```
41
+ classifier/
42
  β”œβ”€β”€ _internal/ # internal dependencies (do not modify)
43
  └── run_classifier.exe # executable file
44
  ```