Skip to content
Snippets Groups Projects
Commit 8f057d83 authored by burkhardt's avatar burkhardt
Browse files

Update README.md

parent 7a62a6d8
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,12 @@ The mode (fine-tuning == 'f' or testing == 't') and the input file are given to
The files should be comma separated with at least two columns **Label** and **Sentence**. Fine-tuning requires two input files for tuning and validation. One is provided by command line and the other one has to be exactly the same name in the same directory only with val instaed of train e.g. `file_train.csv` and `file_val.csv`.
Examples:
- fineBert.py f file_train.csv
- fineBert.py t file_test.csv
```
fineBert.py f file_train.csv
```
```
fineBert.py t file_test.csv
```
### Results
The resulting model of the fine-tuning process is stored in a directory named after the input file, batch size and learning rate. We output numpy arrays with true labels and predictions which are saved in the working directory. For better clarity we moved them in the results directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment