Instructions to use SCUT-DLVCLab/lilt-roberta-en-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SCUT-DLVCLab/lilt-roberta-en-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SCUT-DLVCLab/lilt-roberta-en-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SCUT-DLVCLab/lilt-roberta-en-base") model = AutoModel.from_pretrained("SCUT-DLVCLab/lilt-roberta-en-base") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3b223d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:086e5582fb92517fc047c169ea2c863de997f47a928e173afab36186db1f1242
size 523151519
|