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,19 +45,19 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
-
| 4.
|
| 49 |
-
| 2.
|
| 50 |
-
|
|
| 51 |
-
| 1.
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
| 1.
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
| 59 |
|
| 60 |
-
- Transformers 4.29.
|
| 61 |
- Pytorch 2.0.0+cu118
|
| 62 |
- Datasets 2.12.0
|
| 63 |
- Tokenizers 0.13.3
|
|
|
|
| 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.2454
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
+
| 4.7756 | 1.0 | 1 | 1.7241 |
|
| 49 |
+
| 2.6375 | 2.0 | 2 | 1.6227 |
|
| 50 |
+
| 1.8126 | 3.0 | 3 | 2.6535 |
|
| 51 |
+
| 1.968 | 4.0 | 4 | 0.0169 |
|
| 52 |
+
| 1.0511 | 5.0 | 5 | 0.3926 |
|
| 53 |
+
| 0.7374 | 6.0 | 6 | 0.0937 |
|
| 54 |
+
| 1.369 | 7.0 | 7 | 3.2869 |
|
| 55 |
+
| 1.2284 | 8.0 | 8 | 1.9680 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
| 59 |
|
| 60 |
+
- Transformers 4.29.2
|
| 61 |
- Pytorch 2.0.0+cu118
|
| 62 |
- Datasets 2.12.0
|
| 63 |
- Tokenizers 0.13.3
|