Instructions to use choidonghun/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use choidonghun/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="choidonghun/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("choidonghun/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("choidonghun/my_awesome_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 216ceebc745ada3ae7a354972e846c9e65345274af3a5e8da4d2985397469a82
- Size of remote file:
- 4.47 kB
- SHA256:
- 8af1431b1b86667b0fcfbe6f593489655525dfb960f3f74d5c7d33e3078dbee5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.