yadava5 commited on
Commit
b5f5ffd
·
verified ·
1 Parent(s): fe66daf

Upload folder using huggingface_hub

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: setfit
4
+ pipeline_tag: text-classification
5
+ tags: [setfit, sentence-transformers, email-classification]
6
+ ---
7
+
8
+ # JobTracker hybrid classifier — SetFit layer
9
+
10
+ The few-shot ML layer of JobTracker's 3-layer email classifier
11
+ (rules -> e5-small-v2 similarity -> SetFit). Classifies job-pipeline
12
+ emails into stages: applied, assessment, follow_up, interview, offer,
13
+ other, pending_application, rejection.
14
+
15
+ - CI-gated at a 0.95 macro-F1 floor; **0.979 measured** on the committed
16
+ v3 evaluation set, alongside a 182-test suite.
17
+ - An int8-ONNX export of this model powers the in-browser demo (zero
18
+ servers), verified output-identical to this pipeline.
19
+
20
+ Part of the JobTracker project by Ayush Yadav.
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1536,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 6,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "transformers_version": "4.57.6",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "5.2.2",
4
+ "transformers": "4.57.6",
5
+ "pytorch": "2.10.0"
6
+ },
7
+ "model_type": "SentenceTransformer",
8
+ "prompts": {
9
+ "query": "",
10
+ "document": ""
11
+ },
12
+ "default_prompt_name": null,
13
+ "similarity_fn_name": "cosine"
14
+ }
config_setfit.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "normalize_embeddings": false,
3
+ "labels": [
4
+ "applied",
5
+ "assessment",
6
+ "follow_up",
7
+ "interview",
8
+ "offer",
9
+ "other",
10
+ "pending_application",
11
+ "rejection"
12
+ ]
13
+ }
label_mapping.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 0:applied
2
+ 1:assessment
3
+ 2:follow_up
4
+ 3:interview
5
+ 4:offer
6
+ 5:other
7
+ 6:pending_application
8
+ 7:rejection
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c55166909f82e21aba0f629eda47d6d05aa2943b1e2f4169e6075e0f8db6b2e
3
+ size 90864192
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6568fb5e41f415de27dc11e2dea049274573d893823946991256c4643956e24
3
+ size 25543
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 128,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 128,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_metadata.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "sentence-transformers/paraphrase-MiniLM-L6-v2",
3
+ "eval_split_size": 20,
4
+ "id_to_label": {
5
+ "0": "applied",
6
+ "1": "assessment",
7
+ "2": "follow_up",
8
+ "3": "interview",
9
+ "4": "offer",
10
+ "5": "other",
11
+ "6": "pending_application",
12
+ "7": "rejection"
13
+ },
14
+ "label_counts": {
15
+ "applied": 24,
16
+ "assessment": 24,
17
+ "follow_up": 24,
18
+ "interview": 24,
19
+ "offer": 24,
20
+ "other": 24,
21
+ "pending_application": 24,
22
+ "rejection": 24
23
+ },
24
+ "label_source_counts": {
25
+ "applied": {
26
+ "external_dataset": 8,
27
+ "mock_seed_v3": 4,
28
+ "user_correction": 12
29
+ },
30
+ "assessment": {
31
+ "external_dataset": 8,
32
+ "mock_seed_v2": 7,
33
+ "mock_seed_v3": 8,
34
+ "user_correction": 1
35
+ },
36
+ "follow_up": {
37
+ "external_dataset": 8,
38
+ "mock_seed_v2": 8,
39
+ "mock_seed_v3": 8
40
+ },
41
+ "interview": {
42
+ "external_dataset": 8,
43
+ "mock_seed_v2": 8,
44
+ "mock_seed_v3": 8
45
+ },
46
+ "offer": {
47
+ "external_dataset": 2,
48
+ "mock_seed": 2,
49
+ "mock_seed_v2": 10,
50
+ "mock_seed_v3": 10
51
+ },
52
+ "other": {
53
+ "external_dataset": 8,
54
+ "mock_seed_v3": 5,
55
+ "user_correction": 11
56
+ },
57
+ "pending_application": {
58
+ "mock_seed": 2,
59
+ "mock_seed_v2": 9,
60
+ "mock_seed_v3": 10,
61
+ "user_correction": 3
62
+ },
63
+ "rejection": {
64
+ "external_dataset": 8,
65
+ "mock_seed_v3": 4,
66
+ "user_correction": 12
67
+ }
68
+ },
69
+ "label_to_id": {
70
+ "applied": 0,
71
+ "assessment": 1,
72
+ "follow_up": 2,
73
+ "interview": 3,
74
+ "offer": 4,
75
+ "other": 5,
76
+ "pending_application": 6,
77
+ "rejection": 7
78
+ },
79
+ "max_saved_models": 3,
80
+ "schema_version": 1,
81
+ "source_counts": {
82
+ "external_dataset": 50,
83
+ "mock_seed": 4,
84
+ "mock_seed_v2": 42,
85
+ "mock_seed_v3": 57,
86
+ "user_correction": 39
87
+ },
88
+ "total_examples": 192,
89
+ "train_split_size": 172,
90
+ "trained_at": "2026-03-06T22:54:04.334060"
91
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff