Commit
·
7953883
1
Parent(s):
6c40ccb
Add config.json
Browse files- config.json +12 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ConcatModel"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "modeling_jina_v3_arctic_s.ConcatModelConfig",
|
7 |
+
"AutoModel": "modeling_jina_v3_arctic_s.ConcatModel",
|
8 |
+
"AutoTokenizer": "modeling_jina_v3_arctic_s.ConcatTokenizer"
|
9 |
+
},
|
10 |
+
"model_type": "jina-v3-arctic-s",
|
11 |
+
"transformers_version": "4.46.3"
|
12 |
+
}
|
vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|