Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: Bert-RAdam-Large
|
14 |
results: []
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# Bert-RAdam-Large
|
21 |
|
22 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.2110
|
25 |
- Precision: 0.7864
|
@@ -68,4 +71,4 @@ The following hyperparameters were used during training:
|
|
68 |
- Transformers 4.51.3
|
69 |
- Pytorch 2.6.0+cu124
|
70 |
- Datasets 3.5.1
|
71 |
-
- Tokenizers 0.21.1
|
|
|
12 |
model-index:
|
13 |
- name: Bert-RAdam-Large
|
14 |
results: []
|
15 |
+
datasets:
|
16 |
+
- surrey-nlp/PLOD-CW-25
|
17 |
+
- surrey-nlp/PLODv2-filtered
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
|
23 |
# Bert-RAdam-Large
|
24 |
|
25 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on a subset of the PLODv2-filtered dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 0.2110
|
28 |
- Precision: 0.7864
|
|
|
71 |
- Transformers 4.51.3
|
72 |
- Pytorch 2.6.0+cu124
|
73 |
- Datasets 3.5.1
|
74 |
+
- Tokenizers 0.21.1
|