Instructions to use SamagraDataGov/e2e_testtt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/e2e_testtt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamagraDataGov/e2e_testtt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamagraDataGov/e2e_testtt") model = AutoModelForSequenceClassification.from_pretrained("SamagraDataGov/e2e_testtt") - Notebooks
- Google Colab
- Kaggle
Upload metrics.json with huggingface_hub
Browse files- metrics.json +1 -1
metrics.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"eval_loss":
|
|
|
|
| 1 |
+
{"eval_loss": 3288707.25, "eval_f1": 0.34615384615384615, "eval_runtime": 0.8139, "eval_samples_per_second": 20.888, "eval_steps_per_second": 20.888, "epoch": 2.0}
|