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 8
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:a53b315f55dec8b9d15f31dce0f2142828d4ad68308e013b89e93fc1785b6494
|
| 3 |
size 265577125
|
runs/Jun21_12-06-14_726e69ca1bf2/events.out.tfevents.1687349176.726e69ca1bf2.31400.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:3c40fbca5e38b6b3918dadf88900613213f6d19694962443d731c992f8eb0e17
|
| 3 |
+
size 7663
|