Instructions to use SamagraDataGov/e2e_deployment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/e2e_deployment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamagraDataGov/e2e_deployment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamagraDataGov/e2e_deployment") model = AutoModelForSequenceClassification.from_pretrained("SamagraDataGov/e2e_deployment") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- metrics.json +1 -1
- model.safetensors +1 -1
metrics.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"eval_loss": 0.
|
|
|
|
| 1 |
+
{"eval_loss": 0.7323418259620667, "eval_f1": 0.9031273294223775, "eval_runtime": 28.7634, "eval_samples_per_second": 125.576, "eval_steps_per_second": 125.576, "epoch": 1.0}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437974028
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efa13b3ac3859d9cb7f7e8c45c58a9039ec59e1804a084e22fdcd3e450b68bdd
|
| 3 |
size 437974028
|