Gleb Vinarskis
commited on
Commit
·
1006670
1
Parent(s):
7d8c999
change
Browse files- config.json +20 -20
config.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"directionality": "bidi",
|
7 |
-
"hidden_act": "gelu",
|
8 |
-
"hidden_dropout_prob": 0.1,
|
9 |
-
"hidden_size": 768,
|
10 |
-
"initializer_range": 0.02,
|
11 |
-
"intermediate_size": 3072,
|
12 |
-
"layer_norm_eps": 1e-12,
|
13 |
-
"max_position_embeddings": 512,
|
14 |
"model_type": "bert",
|
15 |
-
"
|
16 |
-
"
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
"
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Maslionok/pipeline1",
|
3 |
"architectures": [
|
4 |
+
"Pipeline_One"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"model_type": "bert",
|
7 |
+
"num_labels": 3,
|
8 |
+
"id2label": {
|
9 |
+
"0": "English",
|
10 |
+
"1": "German",
|
11 |
+
"2": "French"
|
12 |
+
},
|
13 |
+
"label2id": {
|
14 |
+
"English": 0,
|
15 |
+
"German": 1,
|
16 |
+
"French": 2
|
17 |
+
},
|
18 |
+
"custom_pipelines": {
|
19 |
+
"language-detection": {
|
20 |
+
"impl": "impresso_langident_wrapper.Pipeline_One",
|
21 |
+
"pt": ["AutoModel"],
|
22 |
+
"tf": []
|
23 |
+
}
|
24 |
+
}
|
25 |
}
|