Text Classification
Transformers
PyTorch
English
bert
Trained with AutoTrain
text-embeddings-inference
Instructions to use futuredatascience/woc_coach_only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use futuredatascience/woc_coach_only with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="futuredatascience/woc_coach_only")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("futuredatascience/woc_coach_only") model = AutoModelForSequenceClassification.from_pretrained("futuredatascience/woc_coach_only") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7b4fce9615d099b8bcc791edc95c098dceb8a4cac2a28eba272741bb49f40acc
- Size of remote file:
- 669 kB
- SHA256:
- ce5329e13fa2a461b8ad21453d4ed1be6de6c3e0b371aafa2b9572217b659ea1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.