Instructions to use bassie96code/RobBERT-LLM-wettekst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bassie96code/RobBERT-LLM-wettekst with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bassie96code/RobBERT-LLM-wettekst")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bassie96code/RobBERT-LLM-wettekst") model = AutoModelForTokenClassification.from_pretrained("bassie96code/RobBERT-LLM-wettekst") - Notebooks
- Google Colab
- Kaggle
Commit ·
6f6db75
1
Parent(s): 6dd5f6e
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 473244040
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:364731aaabbbd946cb330de42c32ada3404c04654256c9ecc7d18a7616e1de81
|
| 3 |
size 473244040
|
runs/Nov30_13-15-37_4c4cb1b32fed/events.out.tfevents.1701350147.4c4cb1b32fed.214.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:2e1a3ebb9d1a444e80c877a8ac3197b40dc7e62b401edf449483bf3deb10fefe
|
| 3 |
+
size 6817
|