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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6fd6d30aa53f2f58053ca858c1b8e76afcbbd3d35ecf6093c4d843eca5f4ff4f
- Size of remote file:
- 2.99 kB
- SHA256:
- 0c3cb585aaf5d7cff64bb55ee17a1c0393385d0f735a5b5a50c438ee2c5c9e51
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.