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") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 37
Browse files- meta_data/meta_s42_e50_cvi1.json +1 -1
- model.safetensors +1 -1
meta_data/meta_s42_e50_cvi1.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"Claim": {"precision": 0.
|
|
|
|
| 1 |
+
{"Claim": {"precision": 0.6126709863210943, "recall": 0.586357372531006, "f1-score": 0.5992254430231193, "support": 4354.0}, "MajorClaim": {"precision": 0.7829153605015674, "recall": 0.8505747126436781, "f1-score": 0.8153438073862477, "support": 2349.0}, "O": {"precision": 0.928993490235353, "recall": 0.9111984282907662, "f1-score": 0.9200099181750558, "support": 10180.0}, "Premise": {"precision": 0.8924223419169187, "recall": 0.9043666816210558, "f1-score": 0.8983548111560886, "support": 13374.0}, "accuracy": 0.8567273688733186, "macro avg": {"precision": 0.8042505447437334, "recall": 0.8131242987716265, "f1-score": 0.8082334949351277, "support": 30257.0}, "weighted avg": {"precision": 0.855968793590012, "recall": 0.8567273688733186, "f1-score": 0.8561512507484733, "support": 30257.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:0ad69cd091391d6df04f60c5dce4c4eb2afeebe78f73a510143b6b2c87cb91c0
|
| 3 |
size 592324828
|