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