hsengiv commited on
Commit
7c341e2
1 Parent(s): 2401130

Create README.md

Browse files

Added meta details

Files changed (1) hide show
  1. README.md +10 -46
README.md CHANGED
@@ -1,49 +1,13 @@
1
  ---
2
- tags:
3
- - spacy
4
- - text-classification
5
  language:
6
  - en
7
- model-index:
8
- - name: en_journal_sectionize
9
- results: []
10
- ---
11
- | Feature | Description |
12
- | --- | --- |
13
- | **Name** | `en_journal_sectionize` |
14
- | **Version** | `0.0.0` |
15
- | **spaCy** | `>=3.5.0,<3.6.0` |
16
- | **Default Pipeline** | `transformer`, `textcat_multilabel` |
17
- | **Components** | `transformer`, `textcat_multilabel` |
18
- | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
19
- | **Sources** | n/a |
20
- | **License** | n/a |
21
- | **Author** | [n/a]() |
22
-
23
- ### Label Scheme
24
-
25
- <details>
26
-
27
- <summary>View label scheme (33 labels for 1 components)</summary>
28
-
29
- | Component | Labels |
30
- | --- | --- |
31
- | **`textcat_multilabel`** | `transtitle`, `refpara`, `fend`, `atype`, `dash`, `cvpara`, `Gkey`, `seccc`, `subtitle`, `FigureCaption`, `author`, `p`, `ref`, `historyinfo`, `head2`, `afoot`, `title`, `Ekey`, `DispQ`, `numeric`, `lalpha`, `head3`, `affilation`, `Gabspara`, `Eabspara`, `TableCaption`, `stitle`, `para`, `ackpara`, `ack`, `head1`, `head4`, `Tfootnote` |
32
-
33
- </details>
34
-
35
- ### Accuracy
36
-
37
- | Type | Score |
38
- | --- | --- |
39
- | `CATS_SCORE` | 79.56 |
40
- | `CATS_MICRO_P` | 96.76 |
41
- | `CATS_MICRO_R` | 94.24 |
42
- | `CATS_MICRO_F` | 95.48 |
43
- | `CATS_MACRO_P` | 48.48 |
44
- | `CATS_MACRO_R` | 47.86 |
45
- | `CATS_MACRO_F` | 48.10 |
46
- | `CATS_MACRO_AUC` | 79.56 |
47
- | `CATS_MACRO_AUC_PER_TYPE` | 0.00 |
48
- | `TRANSFORMER_LOSS` | 102.43 |
49
- | `TEXTCAT_MULTILABEL_LOSS` | 73.96 |
 
1
  ---
2
+ datasets:
3
+ - arxiv_dataset
 
4
  language:
5
  - en
6
+ metrics:
7
+ - precision
8
+ library_name: spacy
9
+ pipeline_tag: text-classification
10
+ tags:
11
+ - journal
12
+ - sections
13
+ ---