gr8monk3ys commited on
Commit
18a8b9a
·
verified ·
1 Parent(s): 451aebb

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "math.AC",
15
+ "1": "cs.CV",
16
+ "2": "cs.AI",
17
+ "3": "cs.SY",
18
+ "4": "math.GR",
19
+ "5": "cs.CE",
20
+ "6": "cs.PL",
21
+ "7": "cs.IT",
22
+ "8": "cs.DS",
23
+ "9": "cs.NE",
24
+ "10": "math.ST"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "cs.AI": 2,
29
+ "cs.CE": 5,
30
+ "cs.CV": 1,
31
+ "cs.DS": 8,
32
+ "cs.IT": 7,
33
+ "cs.NE": 9,
34
+ "cs.PL": 6,
35
+ "cs.SY": 3,
36
+ "math.AC": 0,
37
+ "math.GR": 4,
38
+ "math.ST": 10
39
+ },
40
+ "max_position_embeddings": 512,
41
+ "model_type": "distilbert",
42
+ "n_heads": 12,
43
+ "n_layers": 6,
44
+ "pad_token_id": 0,
45
+ "problem_type": "single_label_classification",
46
+ "qa_dropout": 0.1,
47
+ "seq_classif_dropout": 0.2,
48
+ "sinusoidal_pos_embds": false,
49
+ "tie_weights_": true,
50
+ "tie_word_embeddings": true,
51
+ "transformers_version": "5.13.1",
52
+ "use_cache": false,
53
+ "vocab_size": 30522
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962d1612a38258fa9757f445e02cf90bc09b5738bf167087aa50f82a98233cdd
3
+ size 267860252
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:08203d76f21baae31b4f013540c45afbb9803091629e92cf1dd6c7f37b16c465
3
+ size 5201