Instructions to use jojoUla/bert-large-cased-sigir-support-refute-no-label-40-2nd-test-LR10-8-fast-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jojoUla/bert-large-cased-sigir-support-refute-no-label-40-2nd-test-LR10-8-fast-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="jojoUla/bert-large-cased-sigir-support-refute-no-label-40-2nd-test-LR10-8-fast-1")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("jojoUla/bert-large-cased-sigir-support-refute-no-label-40-2nd-test-LR10-8-fast-1") model = AutoModelForMaskedLM.from_pretrained("jojoUla/bert-large-cased-sigir-support-refute-no-label-40-2nd-test-LR10-8-fast-1") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [jojoUla/bert-large-cased-sigir-support-refute-no-label-40](https://huggingface.co/jojoUla/bert-large-cased-sigir-support-refute-no-label-40) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -45,14 +45,14 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
-
|
|
| 49 |
-
|
|
| 50 |
-
| 1.
|
| 51 |
-
|
|
| 52 |
-
|
|
| 53 |
-
| 1.
|
| 54 |
-
| 1.
|
| 55 |
-
|
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [jojoUla/bert-large-cased-sigir-support-refute-no-label-40](https://huggingface.co/jojoUla/bert-large-cased-sigir-support-refute-no-label-40) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.1263
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
+
| 5.856 | 1.0 | 1 | 2.9724 |
|
| 49 |
+
| 2.7669 | 2.0 | 2 | 1.4216 |
|
| 50 |
+
| 1.8836 | 3.0 | 3 | 0.0375 |
|
| 51 |
+
| 1.6632 | 4.0 | 4 | 1.7060 |
|
| 52 |
+
| 0.6377 | 5.0 | 5 | 0.0568 |
|
| 53 |
+
| 1.174 | 6.0 | 6 | 0.0019 |
|
| 54 |
+
| 1.9664 | 7.0 | 7 | 1.0716 |
|
| 55 |
+
| 1.3273 | 8.0 | 8 | 0.0034 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|