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: 135 Bytes
d8cfd17 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:16a336762ed49849ec3f97bd08769e616293835b98b9041cb9e15b4bc1b38cd2
size 1413985490
|