Sentence Similarity
Transformers
PyTorch
Chinese
bert
feature-extraction
PEG
mteb
Eval Results (legacy)
text-embeddings-inference
Instructions to use TownsWu/PEG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TownsWu/PEG with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("TownsWu/PEG") model = AutoModel.from_pretrained("TownsWu/PEG") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#6
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d19043f6ccec1c9c7c7eb1f093b7801026737db3e679cf6343e1dc5b98a01600
|
| 3 |
+
size 651094024
|