Instructions to use Fan-s/reddit-tc-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fan-s/reddit-tc-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Fan-s/reddit-tc-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Fan-s/reddit-tc-bert") model = AutoModelForSequenceClassification.from_pretrained("Fan-s/reddit-tc-bert") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 13f7e5d08f68ac524c4c063528ed5a6ac09f05f1637a53fe776de64fef6cfaa3
- Size of remote file:
- 438 MB
- SHA256:
- 553e9d99fa1f1d5b833eafcb22e433acc606cc8ebbcb5e8b77c75121adc430a7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.