Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,15 @@ model-index:
|
|
10 |
results: []
|
11 |
datasets:
|
12 |
- sandernotenbaert/lmd_matched
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,6 +45,16 @@ More information needed
|
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
|
|
10 |
results: []
|
11 |
datasets:
|
12 |
- sandernotenbaert/lmd_matched
|
13 |
+
training_config:
|
14 |
+
- max_position_embeddings: 1024
|
15 |
+
- num_attention_heads: 4
|
16 |
+
- pipeline_tag: other
|
17 |
+
- num_hidden_layers: 4
|
18 |
+
- sliding_window: 4
|
19 |
+
- intermediate_size: 512
|
20 |
+
- hidden_size: 256
|
21 |
+
- num_key_value_heads: 4
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
45 |
|
46 |
## Training procedure
|
47 |
|
48 |
+
training_config:
|
49 |
+
- max_position_embeddings: 1024
|
50 |
+
- num_attention_heads: 4
|
51 |
+
- pipeline_tag: other
|
52 |
+
- num_hidden_layers: 4
|
53 |
+
- sliding_window: 4
|
54 |
+
- intermediate_size: 512
|
55 |
+
- hidden_size: 256
|
56 |
+
- num_key_value_heads: 4
|
57 |
+
|
58 |
### Training hyperparameters
|
59 |
|
60 |
The following hyperparameters were used during training:
|