russian-oracle commited on
Commit
8bab2b6
·
verified ·
1 Parent(s): f2b47a0

feat: restore model-index eval results (standard format)

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -26,6 +26,55 @@ tags:
26
  - hr
27
  - job-postings
28
  - sequence-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # rubert-tiny · Vacancy Section Classifier · CoreML
 
26
  - hr
27
  - job-postings
28
  - sequence-classification
29
+ model-index:
30
+ - name: rubert-tiny-vacancy-section-classifier-coreml
31
+ results:
32
+ - task:
33
+ type: text-classification
34
+ name: Text Classification
35
+ dataset:
36
+ name: Vacancy Section Classifier Dataset (RU) — golden-281 (human-labeled)
37
+ type: russian-oracle/vacancy-section-classifier-ru
38
+ split: test
39
+ metrics:
40
+ - type: accuracy
41
+ value: 0.765
42
+ name: Content Accuracy (4 classes, golden-281)
43
+ - type: accuracy
44
+ value: 0.687
45
+ name: 5-class Accuracy (incl. junk, golden-281)
46
+ - type: recall
47
+ value: 0.333
48
+ name: Junk Recall (golden-281)
49
+ - task:
50
+ type: text-classification
51
+ name: Text Classification
52
+ dataset:
53
+ name: Vacancy Section Classifier Dataset (RU) — in-domain test split
54
+ type: russian-oracle/vacancy-section-classifier-ru
55
+ split: test
56
+ metrics:
57
+ - type: accuracy
58
+ value: 0.893
59
+ name: Accuracy (in-domain)
60
+ - type: f1
61
+ value: 0.869
62
+ name: Macro F1 (in-domain)
63
+ - type: f1
64
+ value: 0.789
65
+ name: F1 responsibilities
66
+ - type: f1
67
+ value: 0.760
68
+ name: F1 requirements
69
+ - type: f1
70
+ value: 0.795
71
+ name: F1 terms
72
+ - type: f1
73
+ value: 0.684
74
+ name: F1 notes
75
+ - type: f1
76
+ value: 0.374
77
+ name: F1 junk
78
  ---
79
 
80
  # rubert-tiny · Vacancy Section Classifier · CoreML