nguyenthaibinh
commited on
Commit
•
13a8a84
1
Parent(s):
0ee66b4
add base model name
Browse files- model_info.json +1 -0
model_info.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"description": "Sentence Transformer model, sentence-transformers/all-MiniLM-L6-v2",
|
|
|
3 |
"dim": 384,
|
4 |
"max_seq_length": 256
|
5 |
}
|
|
|
1 |
{
|
2 |
"description": "Sentence Transformer model, sentence-transformers/all-MiniLM-L6-v2",
|
3 |
+
"base_model": "sentence-transformers/all-MiniLM-L6-v2",
|
4 |
"dim": 384,
|
5 |
"max_seq_length": 256
|
6 |
}
|