kaixkhazaki commited on
Commit
4988ec2
·
verified ·
1 Parent(s): 58517ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -7,7 +7,6 @@ tags:
7
  - doclaynet
8
  - e5
9
  pipeline_tag: text-classification
10
- license: mit
11
  base_model: intfloat/multilingual-e5-large
12
  datasets:
13
  - pierreguillou/DocLayNet-base
@@ -23,21 +22,22 @@ model-index:
23
  name: DocLayNet
24
  type: pierreguillou/DocLayNet-base
25
  metrics:
26
- - type: accuracy
27
- value: 0.9719
28
- name: Test Accuracy
29
- - type: f1
30
- value: 0.9720
31
- name: Weighted F1 Score
32
- - type: precision
33
- value: 0.9732
34
- name: Weighted Precision
35
- - type: recall
36
- value: 0.9719
37
- name: Weighted Recall
38
- - type: loss
39
- value: 0.5192
40
- name: Test Loss
 
41
  ---
42
  # Multilingual E5 for Document Classification (DocLayNet)
43
  This model is a fine-tuned version of intfloat/multilingual-e5-large for document text classification based on the DocLayNet dataset.
@@ -115,4 +115,4 @@ label_mapping = {
115
  }
116
  predicted_label = label_mapping[predicted_class]
117
 
118
- ```
 
7
  - doclaynet
8
  - e5
9
  pipeline_tag: text-classification
 
10
  base_model: intfloat/multilingual-e5-large
11
  datasets:
12
  - pierreguillou/DocLayNet-base
 
22
  name: DocLayNet
23
  type: pierreguillou/DocLayNet-base
24
  metrics:
25
+ - type: accuracy
26
+ value: 0.9719
27
+ name: Test Accuracy
28
+ - type: f1
29
+ value: 0.972
30
+ name: Weighted F1 Score
31
+ - type: precision
32
+ value: 0.9732
33
+ name: Weighted Precision
34
+ - type: recall
35
+ value: 0.9719
36
+ name: Weighted Recall
37
+ - type: loss
38
+ value: 0.5192
39
+ name: Test Loss
40
+ library_name: transformers
41
  ---
42
  # Multilingual E5 for Document Classification (DocLayNet)
43
  This model is a fine-tuned version of intfloat/multilingual-e5-large for document text classification based on the DocLayNet dataset.
 
115
  }
116
  predicted_label = label_mapping[predicted_class]
117
 
118
+ ```