diff --git a/README.md b/README.md index b518c4c96abf2e6df68f90caede26887688e830d..6535fd5ae6830edd2cd8f636b77aeab10198abf5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,13 @@ In order to run the classifiers, use the following command : python experimentsClassicClassifiers.py <dataset_tsv_file> <content_column_name> <labels_column_name> <min_sample_per_class> <max_sample_per_class> +In order to run Classification with pre-trained models, use the following command : + + + cd experiments/ + + python bert_experiments.py <model_Name> <classifier> # Acknowledgment -The authors are grateful to the ASLAN project (ANR-10-LABX-0081) of the Université de Lyon, for its financial support within the French program "Investments for the Future" operated by the National Research Agency (ANR). \ No newline at end of file +The authors are grateful to the ASLAN project (ANR-10-LABX-0081) of the Université de Lyon, for its financial support within the French program "Investments for the Future" operated by the National Research Agency (ANR).