Instructions to use Barleysack/klue-roberta-LSTM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Barleysack/klue-roberta-LSTM with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Barleysack/klue-roberta-LSTM") model = AutoModel.from_pretrained("Barleysack/klue-roberta-LSTM", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d8cfd17 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:574e5e2a956b3e59901c3ed9848a90b98bd67a72f27a5e69b189b003d4e05fd4
size 2287
|