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:
|
| 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 |
-
| 5.
|
| 49 |
-
| 3.
|
| 50 |
-
|
|
| 51 |
-
| 1.
|
| 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: 1.6429
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
+
| 5.0753 | 1.0 | 1 | 3.6309 |
|
| 49 |
+
| 3.8577 | 2.0 | 2 | 0.1828 |
|
| 50 |
+
| 2.1979 | 3.0 | 3 | 7.6078 |
|
| 51 |
+
| 1.9962 | 4.0 | 4 | 2.4116 |
|
| 52 |
+
| 0.8496 | 5.0 | 5 | 1.9875 |
|
| 53 |
+
| 1.2794 | 6.0 | 6 | 0.5662 |
|
| 54 |
+
| 1.0065 | 7.0 | 7 | 1.5597 |
|
| 55 |
+
| 1.9355 | 8.0 | 8 | 1.1750 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|