GiLfr commited on
Commit
a254e0e
1 Parent(s): db695fb

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -9,3 +9,42 @@ model-index:
9
  - name: fr_eff_hd_textcat_multi1pcd
10
  results: []
11
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - name: fr_eff_hd_textcat_multi1pcd
10
  results: []
11
  ---
12
+ Modele de classement des incidents du Support 2424
13
+
14
+ | Feature | Description |
15
+ | --- | --- |
16
+ | **Name** | `fr_eff_hd_textcat_multi1pcd` |
17
+ | **Version** | `2024.4.0` |
18
+ | **spaCy** | `>=3.7.4,<3.8.0` |
19
+ | **Default Pipeline** | `textcat_multilabel` |
20
+ | **Components** | `textcat_multilabel` |
21
+ | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
22
+ | **Sources** | n/a |
23
+ | **License** | `MIT` |
24
+ | **Author** | [Gilles LANTERI]() |
25
+
26
+ ### Label Scheme
27
+
28
+ <details>
29
+
30
+ <summary>View label scheme (27 labels for 1 components)</summary>
31
+
32
+ | Component | Labels |
33
+ | --- | --- |
34
+ | **`textcat_multilabel`** | `Citrix`, `Lecteur`, `Mot de passe`, `PC portable`, `Périphérique`, `VPN`, `Assistance`, `Incident`, ``, `Aide changement MDP expiré`, `Aide suite à la migration`, `Aide à l'utilisation`, `Ajout lecteur`, `Bascule version simplifié en Workspace`, `Changement de mot de passe`, `Changement numero MFA`, `Demande Informations`, `Demande Myaccess a faire/en attente`, `Demande Myaccess a faire/en cours`, `Erreur/oublie de MDP/Login`, `Mot de passe expiré`, `Oublie de connecter le VPN`, `Parametre Affichage`, `Pas connecté à internet`, `Reglage Affichage`, `Restauration dossier/fichier`, `VPN non connecté` |
35
+
36
+ </details>
37
+
38
+ ### Accuracy
39
+
40
+ | Type | Score |
41
+ | --- | --- |
42
+ | `CATS_SCORE` | 71.65 |
43
+ | `CATS_MICRO_P` | 80.13 |
44
+ | `CATS_MICRO_R` | 72.81 |
45
+ | `CATS_MICRO_F` | 76.29 |
46
+ | `CATS_MACRO_P` | 41.06 |
47
+ | `CATS_MACRO_R` | 32.03 |
48
+ | `CATS_MACRO_F` | 35.06 |
49
+ | `CATS_MACRO_AUC` | 71.65 |
50
+ | `TEXTCAT_MULTILABEL_LOSS` | 175.87 |
config.cfg CHANGED
@@ -17,12 +17,13 @@ before_creation = null
17
  after_creation = null
18
  after_pipeline_creation = null
19
  tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
 
20
 
21
  [components]
22
 
23
  [components.textcat_multilabel]
24
  factory = "textcat_multilabel"
25
- scorer = {"@scorers":"spacy.textcat_multilabel_scorer.v1"}
26
  threshold = 0.5
27
 
28
  [components.textcat_multilabel.model]
@@ -64,6 +65,7 @@ eval_frequency = 200
64
  frozen_components = []
65
  annotating_components = []
66
  before_to_disk = null
 
67
 
68
  [training.batcher]
69
  @batchers = "spacy.batch_by_words.v1"
@@ -109,7 +111,6 @@ cats_macro_r = null
109
  cats_macro_f = null
110
  cats_macro_auc = null
111
  cats_f_per_type = null
112
- cats_macro_auc_per_type = null
113
 
114
  [pretraining]
115
 
 
17
  after_creation = null
18
  after_pipeline_creation = null
19
  tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
20
+ vectors = {"@vectors":"spacy.Vectors.v1"}
21
 
22
  [components]
23
 
24
  [components.textcat_multilabel]
25
  factory = "textcat_multilabel"
26
+ scorer = {"@scorers":"spacy.textcat_multilabel_scorer.v2"}
27
  threshold = 0.5
28
 
29
  [components.textcat_multilabel.model]
 
65
  frozen_components = []
66
  annotating_components = []
67
  before_to_disk = null
68
+ before_update = null
69
 
70
  [training.batcher]
71
  @batchers = "spacy.batch_by_words.v1"
 
111
  cats_macro_f = null
112
  cats_macro_auc = null
113
  cats_f_per_type = null
 
114
 
115
  [pretraining]
116
 
fr_eff_hd_textcat_multi1pcd-any-py3-none-any.whl CHANGED
Binary files a/fr_eff_hd_textcat_multi1pcd-any-py3-none-any.whl and b/fr_eff_hd_textcat_multi1pcd-any-py3-none-any.whl differ
 
meta.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "lang":"fr",
3
  "name":"eff_hd_textcat_multi1pcd",
4
- "version":"2023.6.0",
5
  "description":"Modele de classement des incidents du Support 2424",
6
  "author":"Gilles LANTERI",
7
  "email":"gilles.lanteri@malakoffhumanis.com",
8
  "url":"",
9
  "license":"MIT",
10
- "spacy_version":">=3.4.4,<3.5.0",
11
- "spacy_git_version":"77833bfef",
12
  "vectors":{
13
  "width":0,
14
  "vectors":0,
@@ -202,7 +202,6 @@
202
  "f":0.1428571429
203
  }
204
  },
205
- "cats_macro_auc_per_type":0.0,
206
  "textcat_multilabel_loss":1.758717101
207
  },
208
  "requirements":[
 
1
  {
2
  "lang":"fr",
3
  "name":"eff_hd_textcat_multi1pcd",
4
+ "version":"2024.4.0",
5
  "description":"Modele de classement des incidents du Support 2424",
6
  "author":"Gilles LANTERI",
7
  "email":"gilles.lanteri@malakoffhumanis.com",
8
  "url":"",
9
  "license":"MIT",
10
+ "spacy_version":">=3.7.4,<3.8.0",
11
+ "spacy_git_version":"bff8725f4",
12
  "vectors":{
13
  "width":0,
14
  "vectors":0,
 
202
  "f":0.1428571429
203
  }
204
  },
 
205
  "textcat_multilabel_loss":1.758717101
206
  },
207
  "requirements":[
tokenizer CHANGED
The diff for this file is too large to render. See raw diff