Token Classification
Transformers
TensorBoard
Safetensors
gpt2
Generated from Trainer
text-generation-inference
Instructions to use Keetawan/gpt2_aspect_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Keetawan/gpt2_aspect_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Keetawan/gpt2_aspect_base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Keetawan/gpt2_aspect_base") model = AutoModelForTokenClassification.from_pretrained("Keetawan/gpt2_aspect_base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c551c96 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80eb5cf838e6caf97ae26587ef732c538f9c3e88cf01a366e60bebe5ffb12276
size 5112
|