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 15
Browse files- meta_data/meta_s42_e20_cvi0.json +1 -1
- model.safetensors +1 -1
meta_data/meta_s42_e20_cvi0.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"Claim": {"precision": 0.
|
|
|
|
| 1 |
+
{"Claim": {"precision": 0.5736224028906955, "recall": 0.5959643359924918, "f1-score": 0.5845799769850402, "support": 4262.0}, "MajorClaim": {"precision": 0.8367459878251245, "recall": 0.6983833718244804, "f1-score": 0.7613293051359518, "support": 2165.0}, "O": {"precision": 0.9253507550605119, "recall": 0.8755573571139035, "f1-score": 0.8997656860192659, "support": 9868.0}, "Premise": {"precision": 0.8641912512716174, "recall": 0.9121098243730348, "f1-score": 0.8875041976045669, "support": 13039.0}, "accuracy": 0.8381059521374514, "macro avg": {"precision": 0.7999775992619873, "recall": 0.7705037223259776, "f1-score": 0.7832947914362062, "support": 29334.0}, "weighted avg": {"precision": 0.8405224217982303, "recall": 0.8381059521374514, "f1-score": 0.8383041122838222, "support": 29334.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:ac36adf3e357fea7c8692ebcc81b552a002ed758649b55346bdcd845435d8330
|
| 3 |
size 592324828
|