Token Classification
Transformers
Safetensors
longformer
Generated from Trainer
Eval Results (legacy)
Instructions to use Theoreticallyhugo/longformer-simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Theoreticallyhugo/longformer-simple with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Theoreticallyhugo/longformer-simple")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Theoreticallyhugo/longformer-simple") model = AutoModelForTokenClassification.from_pretrained("Theoreticallyhugo/longformer-simple", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files- meta_data/meta_s42_e50_cvi4.json +1 -1
- model.safetensors +1 -1
meta_data/meta_s42_e50_cvi4.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"Claim": {"precision": 0.
|
|
|
|
| 1 |
+
{"Claim": {"precision": 0.5678977272727272, "recall": 0.47960652591170827, "f1-score": 0.5200312174817897, "support": 4168.0}, "MajorClaim": {"precision": 0.7948320413436692, "recall": 0.7146840148698885, "f1-score": 0.7526302911671151, "support": 2152.0}, "O": {"precision": 0.944560669456067, "recall": 0.8808801213960546, "f1-score": 0.9116096466629278, "support": 9226.0}, "Premise": {"precision": 0.8259587020648967, "recall": 0.9276898865236478, "f1-score": 0.8738735224125151, "support": 12073.0}, "accuracy": 0.8278359100619139, "macro avg": {"precision": 0.7833122850343401, "recall": 0.7507151371753248, "f1-score": 0.7645361694310869, "support": 27619.0}, "weighted avg": {"precision": 0.8242076985653165, "recall": 0.8278359100619139, "f1-score": 0.8236335905447046, "support": 27619.0}}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 592324828
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43c99e6a866cd6da18b8d9e9189c03d600a154fd5b5f19a93d91b0364eaa4952
|
| 3 |
size 592324828
|