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
Commit History
Update README.md 1ac96d4
zhangfan commited on
Update README.md e87e483
zhangfan commited on
Update README.md 2f72338
zhangfan commited on
Update README.md 0147d71
zhangfan commited on
Update README.md 8ad14fc
zhangfan commited on
Update README.md 2ac55ff
zhangfan commited on
Update README.md 3918cad
zhangfan commited on
Update README.md d79c05d
zhangfan commited on
Update README.md dee8787
zhangfan commited on
update reddit-tc-bert 4cab0fc
Fan-s commited on