Xenova HF staff commited on
Commit
9479cda
·
verified ·
1 Parent(s): 93b36ff

[Automated] Update base model metadata

Browse files

Set base model to "thenlper/gte-small"

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- pipeline_tag: feature-extraction
3
- library_name: "transformers.js"
4
  language:
5
- - en
 
6
  license: mit
 
7
  ---
8
 
9
  _Fork of https://huggingface.co/thenlper/gte-small with ONNX weights to be compatible with Transformers.js. See [JavaScript usage](#javascript)._
 
1
  ---
2
+ base_model: thenlper/gte-small
 
3
  language:
4
+ - en
5
+ library_name: transformers.js
6
  license: mit
7
+ pipeline_tag: feature-extraction
8
  ---
9
 
10
  _Fork of https://huggingface.co/thenlper/gte-small with ONNX weights to be compatible with Transformers.js. See [JavaScript usage](#javascript)._