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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "PEG",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1302218477
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c2d821c2a9e41ae3969406ea2a4baf9e7a1fa152addc1f00fcd9db8f9e8b4d
|
| 3 |
size 1302218477
|