binbin83 commited on
Commit
09f4ba9
1 Parent(s): 65d6df8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -66,12 +66,13 @@ The entire corpus is composed of the following examples:
66
  (1) Brinkmann, S., & Kvale, S. (2015). InterViews: Learning the Craft of Qualitative Research Interviewing. (3. ed.) SAGE Publications.
67
 
68
 
69
- ## Performances
70
 
71
- {f1': 0.65,
72
- 'f1_micro': 0.64,
73
- 'f1_sample': 0.64,
74
- 'accuracy': 0.475}
 
75
 
76
 
77
  ## BibTeX entry and citation info
 
66
  (1) Brinkmann, S., & Kvale, S. (2015). InterViews: Learning the Craft of Qualitative Research Interviewing. (3. ed.) SAGE Publications.
67
 
68
 
69
+ ## Training and Performances
70
 
71
+ We finetune: "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
72
+ using SetFit with CosineLossSimilarity and this parapeters: epochs = 5, batch_size=32, num_iterations = 20
73
+
74
+ On our custom dataset, on test set, we get:
75
+ {f1': 0.65, 'f1_micro': 0.64, 'f1_sample': 0.64, 'accuracy': 0.475}
76
 
77
 
78
  ## BibTeX entry and citation info