Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use CSAPS/premodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CSAPS/premodel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="CSAPS/premodel")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("CSAPS/premodel") model = AutoModelForTokenClassification.from_pretrained("CSAPS/premodel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 368099185
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2241e5ba6cb3d5dbefc91b62ff23f271c7d36bb0aefa630ee3a6abb07dbbb18
|
| 3 |
size 368099185
|
runs/Nov19_11-23-03_82e4f3f55dcc/events.out.tfevents.1668857000.82e4f3f55dcc.106.6
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:a8d7944b08d9674507a8dcc03c6cae3230fffd030cc071ed68dca90b57c7c40f
|
| 3 |
+
size 12950
|
runs/Nov19_11-23-03_82e4f3f55dcc/events.out.tfevents.1668861166.82e4f3f55dcc.106.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92b37b8d19649e0ddf38c9cfbf8bc785346cc1ceba2bb7a7163b78152df39002
|
| 3 |
+
size 521
|