Instructions to use promforge/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use promforge/working with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="promforge/working")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("promforge/working") model = AutoModelForSequenceClassification.from_pretrained("promforge/working") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Mar06_14-22-18_cd2c3b1980c7
- Mar06_14-31-23_cd2c3b1980c7
- Mar06_14-40-16_cd2c3b1980c7
- Mar06_14-43-14_cd2c3b1980c7
- Mar06_14-45-27_cd2c3b1980c7
- Mar06_14-50-20_cd2c3b1980c7
- Mar06_14-51-12_cd2c3b1980c7
- Mar06_14-54-19_41759fa8e6ad
- Mar06_14-54-50_41759fa8e6ad
- Mar06_14-59-58_41759fa8e6ad
- Mar06_15-06-49_41759fa8e6ad