Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: Output_LayoutLMv3_v8
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,6 +46,7 @@ More information needed
|
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 1e-06
|
46 |
- train_batch_size: 3
|
|
|
47 |
- eval_batch_size: 3
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -91,4 +94,4 @@ The following hyperparameters were used during training:
|
|
91 |
- Transformers 4.29.2
|
92 |
- Pytorch 2.2.1+cu121
|
93 |
- Datasets 2.18.0
|
94 |
-
- Tokenizers 0.13.3
|
|
|
10 |
model-index:
|
11 |
- name: Output_LayoutLMv3_v8
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- Noureddinesa/LayoutLmv3_v1
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 1e-06
|
48 |
- train_batch_size: 3
|
49 |
+
- weight_decay = 0.1 (Regularization)
|
50 |
- eval_batch_size: 3
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
94 |
- Transformers 4.29.2
|
95 |
- Pytorch 2.2.1+cu121
|
96 |
- Datasets 2.18.0
|
97 |
+
- Tokenizers 0.13.3
|