Instructions to use seungwon12/cloud_computing_project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seungwon12/cloud_computing_project with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="seungwon12/cloud_computing_project")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("seungwon12/cloud_computing_project") model = AutoModelForTokenClassification.from_pretrained("seungwon12/cloud_computing_project") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9a5869f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:07747011805fc25197e0a5330924c8ac89901b4861b3e53187be629d4ce129ea
size 501362824
|