Xilixmeaty40
commited on
Commit
•
8922e0e
1
Parent(s):
03cdc0e
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"config": {
|
3 |
"return_dict": true,
|
4 |
"output_hidden_states": false,
|
|
|
1 |
{
|
2 |
+
"model_type": "bert",
|
3 |
+
"task": "default-task",
|
4 |
+
"pipeline_tag": "default-pipeline",
|
5 |
+
"tokenizer_class": "AutoTokenizer",
|
6 |
+
"model_class": "AutoModel",
|
7 |
"config": {
|
8 |
"return_dict": true,
|
9 |
"output_hidden_states": false,
|