Instructions to use Tuteldove/dummy-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tuteldove/dummy-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Tuteldove/dummy-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Tuteldove/dummy-model") model = AutoModelForSequenceClassification.from_pretrained("Tuteldove/dummy-model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,3 +37,6 @@ Epoch Training Loss Validation Loss
|
|
| 37 |
1 No log 0.674658 0.480000
|
| 38 |
2 No log 0.640980 0.600000
|
| 39 |
3 No log 0.640266 0.640000
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
1 No log 0.674658 0.480000
|
| 38 |
2 No log 0.640980 0.600000
|
| 39 |
3 No log 0.640266 0.640000
|
| 40 |
+
|
| 41 |
+

|
| 42 |
+
|