Guigadal commited on
Commit
65b1bdf
1 Parent(s): d1594a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -16,6 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [microsoft/layoutxlm-base](https://huggingface.co/microsoft/layoutxlm-base) on the xfun dataset.
18
 
 
 
19
  ## Model description
20
 
21
  More information needed
@@ -44,7 +46,16 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
-
 
 
 
 
 
 
 
 
 
48
 
49
  ### Framework versions
50
 
 
16
 
17
  This model is a fine-tuned version of [microsoft/layoutxlm-base](https://huggingface.co/microsoft/layoutxlm-base) on the xfun dataset.
18
 
19
+ Este modelo es una versión de [microsoft/layoutxlm-base](https://huggingface.co/microsoft/layoutxlm-base) con ajuste fino sobre xfun-es dataset (español).
20
+
21
  ## Model description
22
 
23
  More information needed
 
46
 
47
  ### Training results
48
 
49
+ TrainOutput(global_step=2500, training_loss=0.3006648193359375, metrics={'train_runtime': 3385.7522, 'train_samples_per_second': 1.477, 'train_steps_per_second': 0.738, 'total_flos': 2688500014387200.0, 'train_loss': 0.3006648193359375, 'epoch': 20.49})
50
+ Train output:
51
+ - global_step=2500
52
+ - training_loss=0.3006648193359375
53
+ - train_runtime: 3385.7522
54
+ - train_samples_per_second: 1.477
55
+ - train_steps_per_second: 0.738
56
+ - total_flos: 2688500014387200.0
57
+ - train_loss: 0.3006648193359375
58
+ - epoch: 20.49
59
 
60
  ### Framework versions
61