gr8monk3ys commited on
Commit
eea3333
·
verified ·
1 Parent(s): 8e0073b

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "awards",
15
+ "1": "certifications",
16
+ "2": "contact",
17
+ "3": "education",
18
+ "4": "experience",
19
+ "5": "projects",
20
+ "6": "skills",
21
+ "7": "summary"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "awards": 0,
26
+ "certifications": 1,
27
+ "contact": 2,
28
+ "education": 3,
29
+ "experience": 4,
30
+ "projects": 5,
31
+ "skills": 6,
32
+ "summary": 7
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "problem_type": "single_label_classification",
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
+ "tie_word_embeddings": true,
45
+ "transformers_version": "5.13.1",
46
+ "use_cache": false,
47
+ "vocab_size": 30522
48
+ }
label_mapping.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label2id": {
3
+ "awards": 0,
4
+ "certifications": 1,
5
+ "contact": 2,
6
+ "education": 3,
7
+ "experience": 4,
8
+ "projects": 5,
9
+ "skills": 6,
10
+ "summary": 7
11
+ },
12
+ "id2label": {
13
+ "0": "awards",
14
+ "1": "certifications",
15
+ "2": "contact",
16
+ "3": "education",
17
+ "4": "experience",
18
+ "5": "projects",
19
+ "6": "skills",
20
+ "7": "summary"
21
+ },
22
+ "labels": [
23
+ "awards",
24
+ "certifications",
25
+ "contact",
26
+ "education",
27
+ "experience",
28
+ "projects",
29
+ "skills",
30
+ "summary"
31
+ ]
32
+ }
metrics.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "train_runtime": 162.6771,
4
+ "train_samples_per_second": 37.768,
5
+ "train_steps_per_second": 2.361,
6
+ "total_flos": 232496880278016.0,
7
+ "train_loss": 0.3530559306964278,
8
+ "epoch": 4.0
9
+ },
10
+ "test": {
11
+ "eval_loss": 0.19517286121845245,
12
+ "eval_accuracy": 1.0,
13
+ "eval_f1_macro": 1.0,
14
+ "eval_f1_weighted": 1.0,
15
+ "eval_precision": 1.0,
16
+ "eval_recall": 1.0,
17
+ "eval_runtime": 1.0741,
18
+ "eval_samples_per_second": 178.754,
19
+ "eval_steps_per_second": 5.586,
20
+ "epoch": 4.0
21
+ }
22
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eda5befa12589eb5e7f4d62b8ed7fe71567dfdb7b5c214f28e1893939c93a09
3
+ size 267851024
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "local_files_only": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 512,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e804251fa4d0485fa53cca39994c04833cb64338570b42a81374ee0f3bc2a80
3
+ size 5201
training_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "distilbert-base-uncased",
3
+ "max_length": 256,
4
+ "epochs": 4,
5
+ "batch_size": 16,
6
+ "learning_rate": 2e-05,
7
+ "weight_decay": 0.01,
8
+ "warmup_ratio": 0.1,
9
+ "examples_per_category": 80,
10
+ "augmented_copies": 2,
11
+ "seed": 42,
12
+ "num_labels": 8,
13
+ "train_size": 1536,
14
+ "val_size": 192,
15
+ "test_size": 192
16
+ }