[Automated] Update base model metadata

#7
by Xenova HF staff - opened
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)._