Update README.md
Browse files
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 |
-
| `
|
| 22 |
-
| `
|
| 23 |
-
| `
|
| 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 |
-
|
| 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 |
```
|