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 ·
608e915
1
Parent(s): 6f6db75
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Nov30_13-15-37_4c4cb1b32fed/events.out.tfevents.1701350147.4c4cb1b32fed.214.0 +2 -2
- runs/Nov30_13-15-37_4c4cb1b32fed/events.out.tfevents.1701350246.4c4cb1b32fed.214.1 +3 -0
- runs/Nov30_13-41-48_4c4cb1b32fed/events.out.tfevents.1701351709.4c4cb1b32fed.214.2 +3 -0
- training_args.bin +1 -1
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:473ab26eed307c78535e41992e974772cb6a0d73f96e904bd7ad1713d6d36eb4
|
| 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:56815b59935a498165ea9017d28cb904e6b366e354aa26fbd9c0e00286308965
|
| 3 |
+
size 7628
|
runs/Nov30_13-15-37_4c4cb1b32fed/events.out.tfevents.1701350246.4c4cb1b32fed.214.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2006bce9acb843927ab8cf249ef3d2b7f7e02e2306167d21fd6358d37f4d61fc
|
| 3 |
+
size 551
|
runs/Nov30_13-41-48_4c4cb1b32fed/events.out.tfevents.1701351709.4c4cb1b32fed.214.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfcbb846e5cde280a91241f928ae743495c7e9f3b4662cbc6248484329feb1e2
|
| 3 |
+
size 5429
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9c8b5599bf9235dbb480a9ddf6d5d37683ecf2e308e9eca886f34d517cf90e
|
| 3 |
size 4600
|