From 7217823686c4ef8dcbeb7a05fc3156e2512445b0 Mon Sep 17 00:00:00 2001 From: Khalleud <ledk14@gmail.com> Date: Thu, 5 Aug 2021 20:04:02 +0200 Subject: [PATCH] [UPDATE] updating readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b518c4c..6535fd5 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). -- GitLab