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
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,8 +11,7 @@ license: apache-2.0
|
|
| 11 |
library_name: transformers
|
| 12 |
---
|
| 13 |
|
| 14 |
-
<h1 align="center">PEG</h1>
|
| 15 |
-
<h1 align="center">Towards Robust Text Retrieval with Progressive Learning</h1>
|
| 16 |
|
| 17 |
## Model Details
|
| 18 |
We propose the PEG model (a Progressively Learned Textual Embedding), which progressively adjusts the weights of samples contributing to the loss within an extremely large batch, based on the difficulty levels of negative samples.
|
|
|
|
| 11 |
library_name: transformers
|
| 12 |
---
|
| 13 |
|
| 14 |
+
<h1 align="center">PEG: Towards Robust Text Retrieval with Progressive Learning</h1>
|
|
|
|
| 15 |
|
| 16 |
## Model Details
|
| 17 |
We propose the PEG model (a Progressively Learned Textual Embedding), which progressively adjusts the weights of samples contributing to the loss within an extremely large batch, based on the difficulty levels of negative samples.
|