Instructions to use Edwintos/Topic_Classification_BiLSTM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Edwintos/Topic_Classification_BiLSTM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Edwintos/Topic_Classification_BiLSTM")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Edwintos/Topic_Classification_BiLSTM") model = AutoModelForSequenceClassification.from_pretrained("Edwintos/Topic_Classification_BiLSTM") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
add235c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c3574ec8fec5ce56d51803481274695f651ae63737f5cc64cf2ff30f08e47f8e
size 2239659672
|