Instructions to use Sarveshj/BERT_ep7_lr1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sarveshj/BERT_ep7_lr1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Sarveshj/BERT_ep7_lr1")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Sarveshj/BERT_ep7_lr1") model = AutoModelForTokenClassification.from_pretrained("Sarveshj/BERT_ep7_lr1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
runs/Mar27_12-45-29_ce5174c235ed/events.out.tfevents.1679921252.ce5174c235ed.8333.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:feca47e80ad818bb4d39d82045fcdf2b44457a0231c18da69b1a92bd3f01e7ca
|
| 3 |
+
size 8844
|