Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
|
4 |
+
<!-- -->
|
5 |
+
|
6 |
+
# mdeberta-wl-base-es
|
7 |
+
|
8 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on Bailii dataset. This dataset is not available publicly.
|
9 |
+
|
10 |
+
## Model description
|
11 |
+
|
12 |
+
More information needed
|
13 |
+
|
14 |
+
## Intended uses & limitations
|
15 |
+
|
16 |
+
More information needed
|
17 |
+
|
18 |
+
## Training and evaluation data
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Training procedure
|
23 |
+
|
24 |
+
### Training hyperparameters
|
25 |
+
|
26 |
+
The following hyperparameters were used during training:
|
27 |
+
- learning_rate: 5e-05
|
28 |
+
- train_batch_size: 16
|
29 |
+
- eval_batch_size: 16
|
30 |
+
- seed: 42
|
31 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
32 |
+
- lr_scheduler_type: linear
|
33 |
+
- num_epochs: 3.0
|
34 |
+
|
35 |
+
### Training results
|
36 |
+
|
37 |
+
|
38 |
+
|
39 |
+
### Framework versions
|
40 |
+
|
41 |
+
- Transformers 4.21.0.dev0
|
42 |
+
- Pytorch 1.11.0+cu113
|
43 |
+
- Datasets 2.3.3.dev0
|
44 |
+
- Tokenizers 0.12.1
|