Pankaj8922 commited on
Commit
f889da2
·
verified ·
1 Parent(s): 9aeb05a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 512,
14
+ "id2label": {
15
+ "0": "Rust",
16
+ "1": "Java",
17
+ "2": "Dart",
18
+ "3": "Python",
19
+ "4": "Go",
20
+ "5": "HTML",
21
+ "6": "JavaScript",
22
+ "7": "Typescript",
23
+ "8": "C",
24
+ "9": "CSS",
25
+ "10": "C#",
26
+ "11": "Markdown",
27
+ "12": "Assembly",
28
+ "13": "Lua",
29
+ "14": "C++",
30
+ "15": "Kotlin"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 2048,
34
+ "is_decoder": false,
35
+ "label2id": {
36
+ "Assembly": 12,
37
+ "C": 8,
38
+ "C#": 10,
39
+ "C++": 14,
40
+ "CSS": 9,
41
+ "Dart": 2,
42
+ "Go": 4,
43
+ "HTML": 5,
44
+ "Java": 1,
45
+ "JavaScript": 6,
46
+ "Kotlin": 15,
47
+ "Lua": 13,
48
+ "Markdown": 11,
49
+ "Python": 3,
50
+ "Rust": 0,
51
+ "Typescript": 7
52
+ },
53
+ "layer_norm_eps": 1e-12,
54
+ "max_position_embeddings": 512,
55
+ "model_type": "bert",
56
+ "num_attention_heads": 8,
57
+ "num_hidden_layers": 4,
58
+ "pad_token_id": 0,
59
+ "problem_type": "single_label_classification",
60
+ "tie_word_embeddings": true,
61
+ "transformers_version": "5.0.0",
62
+ "type_vocab_size": 2,
63
+ "use_cache": false,
64
+ "vocab_size": 30522
65
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b49239b3580aa894bc433a92f0a218e126d3e3e5597800161139219550972de7
3
+ size 115095768
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": false,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
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:8cdd0516e3c0fb062c2ac353fa23ae54dda0e46d4e569be843629263246b9f10
3
+ size 5265