zkarbie commited on
Commit
68a75e2
·
verified ·
1 Parent(s): 51ef379

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "CODING",
15
+ "1": "DEBUGGING",
16
+ "2": "REFACTORING",
17
+ "3": "RESEARCH",
18
+ "4": "PLANNING",
19
+ "5": "DOCUMENTATION"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "CODING": 0,
24
+ "DEBUGGING": 1,
25
+ "DOCUMENTATION": 5,
26
+ "PLANNING": 4,
27
+ "REFACTORING": 2,
28
+ "RESEARCH": 3
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "pad_token_id": 0,
35
+ "problem_type": "single_label_classification",
36
+ "qa_dropout": 0.1,
37
+ "seq_classif_dropout": 0.2,
38
+ "sinusoidal_pos_embds": false,
39
+ "tie_weights_": true,
40
+ "tie_word_embeddings": true,
41
+ "transformers_version": "5.5.0",
42
+ "use_cache": false,
43
+ "vocab_size": 30522
44
+ }
label_mapping.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "CODING",
4
+ "1": "DEBUGGING",
5
+ "2": "REFACTORING",
6
+ "3": "RESEARCH",
7
+ "4": "PLANNING",
8
+ "5": "DOCUMENTATION"
9
+ },
10
+ "label2id": {
11
+ "CODING": 0,
12
+ "DEBUGGING": 1,
13
+ "REFACTORING": 2,
14
+ "RESEARCH": 3,
15
+ "PLANNING": 4,
16
+ "DOCUMENTATION": 5
17
+ }
18
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d612e8b3e4724a8a4ba21db169441c1ec6d5025ce1a46969e0080bd18c5f811a
3
+ size 267844872
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552e2eff44e3180033f21387fe32c1698080d59921b9258acf6daf3ad041c1bd
3
+ size 5393