alfiannajih
commited on
Commit
•
2cc2ba8
1
Parent(s):
9b12cc4
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "alfiannajih/g-retriever
|
10 |
-
"AutoModelForCausalLM": "alfiannajih/g-retriever
|
11 |
},
|
12 |
"bos_id": [
|
13 |
128000,
|
@@ -18,7 +18,7 @@
|
|
18 |
"bos_token_id": 128000,
|
19 |
"custom_pipelines": {
|
20 |
"g-retriever-task": {
|
21 |
-
"impl": "alfiannajih/g-retriever
|
22 |
"pt": [],
|
23 |
"tf": []
|
24 |
}
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "alfiannajih/g-retriever--g_retriever_config.GRetrieverConfig",
|
10 |
+
"AutoModelForCausalLM": "alfiannajih/g-retriever--g_retriever_model.GRetrieverModel"
|
11 |
},
|
12 |
"bos_id": [
|
13 |
128000,
|
|
|
18 |
"bos_token_id": 128000,
|
19 |
"custom_pipelines": {
|
20 |
"g-retriever-task": {
|
21 |
+
"impl": "alfiannajih/g-retriever--g_retriever_pipeline.GRetrieverPipeline",
|
22 |
"pt": [],
|
23 |
"tf": []
|
24 |
}
|