Instructions to use fmnxl/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fmnxl/output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="fmnxl/output")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("fmnxl/output") model = AutoModelForTokenClassification.from_pretrained("fmnxl/output", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +10 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [jhu-clsp/mmBERT-base](https://huggingface.co/jhu-clsp/mmBERT-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
-
- Accuracy: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -58,11 +58,11 @@ The following hyperparameters were used during training:
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [jhu-clsp/mmBERT-base](https://huggingface.co/jhu-clsp/mmBERT-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.5621
|
| 25 |
+
- Precision: 0.6665
|
| 26 |
+
- Recall: 0.7278
|
| 27 |
+
- F1: 0.6958
|
| 28 |
+
- Accuracy: 0.8007
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 61 |
+
| 0.5954 | 1.0 | 438 | 0.5941 | 0.6576 | 0.7258 | 0.6900 | 0.7933 |
|
| 62 |
+
| 0.5723 | 2.0 | 876 | 0.5671 | 0.6890 | 0.6954 | 0.6922 | 0.7971 |
|
| 63 |
+
| 0.5241 | 3.0 | 1314 | 0.5621 | 0.6665 | 0.7278 | 0.6958 | 0.8007 |
|
| 64 |
+
| 0.4738 | 4.0 | 1752 | 0.5869 | 0.6598 | 0.7013 | 0.6799 | 0.7853 |
|
| 65 |
+
| 0.4159 | 5.0 | 2190 | 0.6157 | 0.6581 | 0.7088 | 0.6825 | 0.7910 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1230156812
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0b7d5427eefc37d03f04c17a11f91a59c9499db59cf6a08973d985bc8bd6bb0
|
| 3 |
size 1230156812
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:834967351a34353cc74f2a187e1557da54433a05fafd6bc0c0d9d60cdfd6a75b
|
| 3 |
size 5841
|