DiegoRossini commited on
Commit
ebe3075
·
verified ·
1 Parent(s): 1d9dcf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -6,4 +6,43 @@ metrics:
6
  - f1
7
  library_name: fasttext
8
  pipeline_tag: token-classification
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - f1
7
  library_name: fasttext
8
  pipeline_tag: token-classification
9
+ ---
10
+
11
+ # Modal Verbs Modality Detector V1
12
+
13
+ ## Overview
14
+ The "Modal Verbs Modality Detector" project aims to build a machine learning model that detects and classifies the different modalities of French verbs. This model specifically predicts modality for the French verb 'pouvoir'. The labels for token classification are 'sporadicité', 'possibilité matérielle ou capacité', 'éventualité', and 'permission'. The project leverages data augmentation, cross-validation, and other techniques to ensure the model's robustness and accuracy.
15
+
16
+ ## Model Details
17
+ - Architecture: Based on FlauBERT
18
+ - Language: French
19
+ - Task: Modality detection for the verb "pouvoir"
20
+ - Version: 1.0
21
+
22
+ ## Training Hyperparameters
23
+ - K-Fold Cross-Validation: k = 5
24
+ - Number of Epochs: 7
25
+ - Learning Rate: 2e-5
26
+ - Batch Size: 5
27
+
28
+ ## Performance Metrics
29
+ | Class | Precision | Recall | F1-Score | Support | Confusion Matrix (TP, FP, FN, TN) |
30
+ |--------------------------------------|-----------|--------|----------|---------|---------------------------------------------|
31
+ | 0 | 1.00 | 1.00 | 1.00 | 22,083 | (22082, 1, 0, 0) |
32
+ | éventualité | 0.93 | 1.00 | 0.96 | 41 | (41, 0, 0, 0) |
33
+ | permission | 0.95 | 0.96 | 0.95 | 54 | (52, 2, 0, 0) |
34
+ | possibilité matérielle ou capacité | 0.90 | 0.81 | 0.85 | 43 | (35, 3, 2, 3) |
35
+ | sporadicité | 0.93 | 0.91 | 0.92 | 44 | (40, 1, 1, 2) |
36
+
37
+ ## Contributors
38
+ - **Diego Rossini - Université Paris Nanterre**
39
+ - **Anna Colli - Université Paris Nanterre, Laboratoire MoDyCo**
40
+
41
+ ## License
42
+ *MIT*
43
+
44
+ ## Upcoming Publication
45
+ An article detailing the methodology, data, and training process of the "Modal Verbs Modality Detector" will be published soon. Stay tuned for more information and in-depth insights on this project.
46
+
47
+ ## Git
48
+ https://github.com/DiegoRossini/Modal-verbs-modality-detector.git