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 ·
f33c913
1
Parent(s): b4fe544
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700732088.a5ae1cdad735.338.0 +2 -2
- runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700732157.a5ae1cdad735.338.1 +3 -0
- runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700734958.a5ae1cdad735.338.2 +3 -0
- runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700735017.a5ae1cdad735.338.3 +3 -0
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:99a765a9b712de90f61fafef88175cc5cc6db168eec3f4f36301758acea2184f
|
| 3 |
size 473244040
|
runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700732088.a5ae1cdad735.338.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:5435022b5387024b9fff843e735648125b79c6e7825227c653a6e96468277d5b
|
| 3 |
+
size 7628
|
runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700732157.a5ae1cdad735.338.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d804e4a1d954783ff0033b65b67e7f288eb1839166213b65c2e3245502535bb
|
| 3 |
+
size 551
|
runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700734958.a5ae1cdad735.338.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18c6fef041a8acffddbc7dca95da3c488f09cdef995d2df090bdd1f9f4aff736
|
| 3 |
+
size 4184
|
runs/Nov23_09-34-37_a5ae1cdad735/events.out.tfevents.1700735017.a5ae1cdad735.338.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82e7f814ffd6680603bac8bd5e48c4800d7fa080aa3a94f71459b02cd4284930
|
| 3 |
+
size 5439
|