hanxiao commited on
Commit
0ad5094
·
verified ·
1 Parent(s): 7d50f1b

fix: pipeline_tag=text-classification, remove library_name, add base_model_relation

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
  license: cc-by-nc-4.0
 
3
  language:
4
  - multilingual
5
  base_model:
6
  - jinaai/jina-embeddings-v5-text-small
 
7
  tags:
8
  - feature-extraction
9
  - mteb
10
  - sentence-transformers
11
- library_name: gguf
12
  ---
13
  <br><br>
14
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pipeline_tag: text-classification
4
  language:
5
  - multilingual
6
  base_model:
7
  - jinaai/jina-embeddings-v5-text-small
8
+ base_model_relation: quantized
9
  tags:
10
  - feature-extraction
11
  - mteb
12
  - sentence-transformers
 
13
  ---
14
  <br><br>
15