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 8
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.6281560826319816, "recall": 0.5909309021113244, "f1-score": 0.6089751514402275, "support": 4168.0}, "MajorClaim": {"precision": 0.806993006993007, "recall": 0.804368029739777, "f1-score": 0.8056783802653014, "support": 2152.0}, "O": {"precision": 0.9243136825987094, "recall": 0.9159982657706481, "f1-score": 0.9201371876531113, "support": 9226.0}, "Premise": {"precision": 0.8721998388396455, "recall": 0.8965460117617825, "f1-score": 0.8842053669893396, "support": 12073.0}, "accuracy": 0.8497411202433107, "macro avg": {"precision": 0.8079156527658359, "recall": 0.801960802345883, "f1-score": 0.8047490215869949, "support": 27619.0}, "weighted avg": {"precision": 0.8476986926907486, "recall": 0.8497411202433107, "f1-score": 0.8485544514458778, "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:55ae417f09b8f03eaca4a3c5dacadf445ce02638b71be09d9c35758af29c21af
|
| 3 |
size 592324828
|