Commit
·
e4b47b3
1
Parent(s):
0393ccf
전처리 new
Browse files- config.json +4 -4
- model.safetensors +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "microsoft/
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -40,7 +40,7 @@
|
|
40 |
"LABEL_9": 9
|
41 |
},
|
42 |
"layer_norm_eps": 1e-05,
|
43 |
-
"max_position_embeddings":
|
44 |
"model_type": "roberta",
|
45 |
"num_attention_heads": 12,
|
46 |
"num_hidden_layers": 12,
|
@@ -50,7 +50,7 @@
|
|
50 |
"problem_type": "single_label_classification",
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.40.1",
|
53 |
-
"type_vocab_size":
|
54 |
"use_cache": true,
|
55 |
-
"vocab_size":
|
56 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/graphcodebert-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
40 |
"LABEL_9": 9
|
41 |
},
|
42 |
"layer_norm_eps": 1e-05,
|
43 |
+
"max_position_embeddings": 514,
|
44 |
"model_type": "roberta",
|
45 |
"num_attention_heads": 12,
|
46 |
"num_hidden_layers": 12,
|
|
|
50 |
"problem_type": "single_label_classification",
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.40.1",
|
53 |
+
"type_vocab_size": 1,
|
54 |
"use_cache": true,
|
55 |
+
"vocab_size": 50265
|
56 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e7533631b1e678ed5babedda54b384f03f2b2b529a21d21383211e0c403d2eb
|
3 |
+
size 498640508
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f52a7a00457e2b5e5fb855d26ae324fb3ee25b0122711720d40f19c0984bb4d
|
3 |
+
size 4920
|