tbung commited on
Commit
cb53b95
·
1 Parent(s): e76e7b9

chore: initial commit

Browse files
Files changed (3) hide show
  1. config.json +81 -0
  2. model.onnx +3 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "bash",
15
+ "1": "c",
16
+ "10": "kotlin",
17
+ "11": "lua",
18
+ "12": "objective-c",
19
+ "13": "perl",
20
+ "14": "php",
21
+ "15": "python",
22
+ "16": "ruby",
23
+ "17": "rust",
24
+ "18": "scala",
25
+ "19": "sql",
26
+ "2": "c#",
27
+ "20": "swift",
28
+ "21": "typescript",
29
+ "22": "zig",
30
+ "23": "http",
31
+ "24": "unknown",
32
+ "3": "c++",
33
+ "4": "go",
34
+ "5": "haskell",
35
+ "6": "java",
36
+ "7": "javascript",
37
+ "8": "jq",
38
+ "9": "julia"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "bash": 0,
44
+ "c": 1,
45
+ "c#": 2,
46
+ "c++": 3,
47
+ "go": 4,
48
+ "haskell": 5,
49
+ "http": 23,
50
+ "java": 6,
51
+ "javascript": 7,
52
+ "jq": 8,
53
+ "julia": 9,
54
+ "kotlin": 10,
55
+ "lua": 11,
56
+ "objective-c": 12,
57
+ "perl": 13,
58
+ "php": 14,
59
+ "python": 15,
60
+ "ruby": 16,
61
+ "rust": 17,
62
+ "scala": 18,
63
+ "sql": 19,
64
+ "swift": 20,
65
+ "typescript": 21,
66
+ "unknown": 24,
67
+ "zig": 22
68
+ },
69
+ "layer_norm_eps": 1e-05,
70
+ "max_position_embeddings": 514,
71
+ "model_type": "roberta",
72
+ "num_attention_heads": 12,
73
+ "num_hidden_layers": 6,
74
+ "pad_token_id": 1,
75
+ "position_embedding_type": "absolute",
76
+ "problem_type": "single_label_classification",
77
+ "transformers_version": "4.57.0",
78
+ "type_vocab_size": 1,
79
+ "use_cache": true,
80
+ "vocab_size": 52000
81
+ }
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f675b9b3d98d6914964c2cec65be66eb67febea3e314677f72aaaaeda0a0de
3
+ size 334024140
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b06a0dfc78bcaebbac3b4decf6ec7a2f460c2f256c2c05f2b029ece2dfd4aec
3
+ size 333892948