zkarbie commited on
Commit
499cb4f
·
verified ·
1 Parent(s): 56ad7ba

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "semantic_search",
15
+ "1": "file_ops",
16
+ "2": "trading",
17
+ "3": "code_analysis",
18
+ "4": "database",
19
+ "5": "git_ops",
20
+ "6": "general"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "label2id": {
24
+ "code_analysis": 3,
25
+ "database": 4,
26
+ "file_ops": 1,
27
+ "general": 6,
28
+ "git_ops": 5,
29
+ "semantic_search": 0,
30
+ "trading": 2
31
+ },
32
+ "max_position_embeddings": 512,
33
+ "model_type": "distilbert",
34
+ "n_heads": 12,
35
+ "n_layers": 6,
36
+ "pad_token_id": 0,
37
+ "problem_type": "single_label_classification",
38
+ "qa_dropout": 0.1,
39
+ "seq_classif_dropout": 0.2,
40
+ "sinusoidal_pos_embds": false,
41
+ "tie_weights_": true,
42
+ "tie_word_embeddings": true,
43
+ "transformers_version": "5.5.0",
44
+ "use_cache": false,
45
+ "vocab_size": 30522
46
+ }
label_mapping.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "semantic_search",
4
+ "1": "file_ops",
5
+ "2": "trading",
6
+ "3": "code_analysis",
7
+ "4": "database",
8
+ "5": "git_ops",
9
+ "6": "general"
10
+ },
11
+ "label2id": {
12
+ "semantic_search": 0,
13
+ "file_ops": 1,
14
+ "trading": 2,
15
+ "code_analysis": 3,
16
+ "database": 4,
17
+ "git_ops": 5,
18
+ "general": 6
19
+ }
20
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27301cea9e341d10b1660ed1fc7818dd205e5f0143a9956c423d977af02b7a22
3
+ size 267847948
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:10e39319e0732e05dad9030db010b261f17cbc3f8658456263505d786c33c075
3
+ size 5265