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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e173c28 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:494dc86f3f785bcad86184c4c59af76f52d09a26ea9fe6538f3124da6e9ed4d1
size 242071641
|