Image Classification
nastyboget commited on
Commit
34c8e78
1 Parent(s): 2e1cb9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,4 +15,6 @@ language:
15
  These weights were obtained after training on [dedoc/orientation_columns_dataset](https://huggingface.co/datasets/dedoc/orientation_columns_dataset/tree/main)
16
  Exact version of dataset used: 821dc53a24f8039cd77effe0e22813ad6b2a073f
17
 
18
- Evaluation results are given [here](https://github.com/ispras/dedoc/blob/master/resources/benchmarks/orient_classifier_scores.txt).
 
 
 
15
  These weights were obtained after training on [dedoc/orientation_columns_dataset](https://huggingface.co/datasets/dedoc/orientation_columns_dataset/tree/main)
16
  Exact version of dataset used: 821dc53a24f8039cd77effe0e22813ad6b2a073f
17
 
18
+ Evaluation results are given [here](https://github.com/ispras/dedoc/blob/master/resources/benchmarks/orient_classifier_scores.txt).
19
+
20
+ Training script is available [here](https://github.com/ispras/dedoc/blob/master/scripts/train/train_eval_orientation_classifier.py).