Instructions to use unicamp-dl/InRanker-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unicamp-dl/InRanker-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("unicamp-dl/InRanker-small") model = AutoModelForSeq2SeqLM.from_pretrained("unicamp-dl/InRanker-small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ or manual annotations: (1) training on existing supervised soft
|
|
| 9 |
teacher labels, and (2) training on teacher soft labels for synthetic
|
| 10 |
queries generated using a large language model.
|
| 11 |
|
| 12 |
-
The paper with further details can be found [here](). The code and library are available at
|
| 13 |
https://github.com/unicamp-dl/InRanker
|
| 14 |
|
| 15 |
## Usage
|
|
|
|
| 9 |
teacher labels, and (2) training on teacher soft labels for synthetic
|
| 10 |
queries generated using a large language model.
|
| 11 |
|
| 12 |
+
The paper with further details can be found [here](https://arxiv.org/abs/2401.06910). The code and library are available at
|
| 13 |
https://github.com/unicamp-dl/InRanker
|
| 14 |
|
| 15 |
## Usage
|