Instructions to use Vrushali/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vrushali/model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Vrushali/model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Vrushali/model") model = AutoModelForTokenClassification.from_pretrained("Vrushali/model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265577125
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:716468fd70c5ff5c4ea7a9f28d6f176104c7eb2b098e4e18b590a30778a92656
|
| 3 |
size 265577125
|
runs/Jun21_14-28-53_41350bb392c7/events.out.tfevents.1687357817.41350bb392c7.1468.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67483d584b3b2ff0926f5304e41e215132bc6bdc51dcd70826aec6f51b83b512
|
| 3 |
+
size 6737
|