Skip to content
Snippets Groups Projects

Branch dev bert exp

Merged Ludovic Moncla requested to merge branch_dev_bert_exp into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -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).
Loading