Update config.json
Browse files- config.json +5 -3
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "malteklaes/based-CodeBERTa-language-id-llm-module",
|
| 3 |
-
"_num_labels":
|
| 4 |
"architectures": [
|
| 5 |
"RobertaForSequenceClassification"
|
| 6 |
],
|
|
@@ -17,7 +17,8 @@
|
|
| 17 |
"2": "javascript",
|
| 18 |
"3": "php",
|
| 19 |
"4": "python",
|
| 20 |
-
"5": "ruby"
|
|
|
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 3072,
|
|
@@ -27,7 +28,8 @@
|
|
| 27 |
"javascript": 2,
|
| 28 |
"php": 3,
|
| 29 |
"python": 4,
|
| 30 |
-
"ruby": 5
|
|
|
|
| 31 |
},
|
| 32 |
"layer_norm_eps": 1e-05,
|
| 33 |
"max_position_embeddings": 514,
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "malteklaes/based-CodeBERTa-language-id-llm-module",
|
| 3 |
+
"_num_labels": 7,
|
| 4 |
"architectures": [
|
| 5 |
"RobertaForSequenceClassification"
|
| 6 |
],
|
|
|
|
| 17 |
"2": "javascript",
|
| 18 |
"3": "php",
|
| 19 |
"4": "python",
|
| 20 |
+
"5": "ruby",
|
| 21 |
+
"6": "cpp"
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"intermediate_size": 3072,
|
|
|
|
| 28 |
"javascript": 2,
|
| 29 |
"php": 3,
|
| 30 |
"python": 4,
|
| 31 |
+
"ruby": 5,
|
| 32 |
+
"cpp" : 6
|
| 33 |
},
|
| 34 |
"layer_norm_eps": 1e-05,
|
| 35 |
"max_position_embeddings": 514,
|