Token Classification
Transformers
Safetensors
English
eurobert
html
content-extraction
web-scraping
boilerplate-removal
encoder
rag
custom_code
Instructions to use feyninc/pulpie-orange-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use feyninc/pulpie-orange-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="feyninc/pulpie-orange-large", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("feyninc/pulpie-orange-large", trust_remote_code=True) model = AutoModelForTokenClassification.from_pretrained("feyninc/pulpie-orange-large", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
EuroBERT-2.1B block classifier (step 5250, epoch 1.5, ROUGE-5=0.864, F1=0.940)
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4215229356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb731c1d153311587c35ce6df33c43e11b19a752d5ee3abe9bc37742e577bd6b
|
| 3 |
size 4215229356
|