Instructions to use bhadauriaupendra062/ExtractingEntityFromText with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bhadauriaupendra062/ExtractingEntityFromText with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bhadauriaupendra062/ExtractingEntityFromText")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bhadauriaupendra062/ExtractingEntityFromText") model = AutoModelForTokenClassification.from_pretrained("bhadauriaupendra062/ExtractingEntityFromText") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435629924
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1c65c94e27d64e57b64426a8433ab9c7fdf7940267b4b62a6269670a2920ed0
|
| 3 |
size 435629924
|
runs/Jul06_09-51-28_ba1615f38a63/events.out.tfevents.1720259494.ba1615f38a63.237.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecc154982b633b63387b55fcd30d6d95d030077cf6f19d02b4149fd9ad7505eb
|
| 3 |
+
size 5908
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9ab60ea0436d7870097f0ebea150673b70724b6ca7531afbfc3aac04bceefdc
|
| 3 |
size 5112
|