Instructions to use Amir01/roberta-pos-tagging with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amir01/roberta-pos-tagging with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Amir01/roberta-pos-tagging")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Amir01/roberta-pos-tagging") model = AutoModelForTokenClassification.from_pretrained("Amir01/roberta-pos-tagging", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496317924
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ddd74f34ba98049a7c864bc1595c84fa010e40034e384b774a4c2033b4f1ec7
|
| 3 |
size 496317924
|
runs/Dec23_01-55-23_7839a65ea4ea/events.out.tfevents.1703296524.7839a65ea4ea.28897.2
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:382b1cadff533fd86279538c68501ff493ecfad26d72cbce12bdb8d87c83a53b
|
| 3 |
+
size 13245
|