Instructions to use JRobertson816/new_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JRobertson816/new_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JRobertson816/new_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JRobertson816/new_model") model = AutoModelForTokenClassification.from_pretrained("JRobertson816/new_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4abf14d
1
Parent(s): 346c896
Training in progress, step 100
Browse files
logs/1692280174.369189/events.out.tfevents.1692280174.MacBook-Pro-2.local.60008.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c7bfc468e2745e085aed901d9cf2d2603761daae7e08b190ab756c4a122483b
|
| 3 |
+
size 5838
|
logs/events.out.tfevents.1692280174.MacBook-Pro-2.local.60008.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0ea465923806182c76a679b0f4e8687a05ff0d9dfa64340ba57a2d15b51f744
|
| 3 |
+
size 5019
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 520816014
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4beff61d9973038105e911854df580e0ba4922170593a40b9816e372c0c74486
|
| 3 |
size 520816014
|