Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,4 @@ Training Results
|
|
33 |
"train_runtime": 1135.9773,
|
34 |
"train_samples": 194,
|
35 |
"train_samples_per_second": 0.88
|
36 |
-
}
|
37 |
-
|
38 |
-
code: |
|
39 |
-
from transformers import LayoutXLMProcessor, LayoutLMv2ForTokenClassification
|
40 |
-
processor = LayoutXLMProcessor.from_pretrained("amir22010/layoutxlm-xfund-ja")
|
41 |
-
model = LayoutLMv2ForTokenClassification.from_pretrained("amir22010/layoutxlm-xfund-ja",num_labels = 7)
|
|
|
33 |
"train_runtime": 1135.9773,
|
34 |
"train_samples": 194,
|
35 |
"train_samples_per_second": 0.88
|
36 |
+
}
|
|
|
|
|
|
|
|
|
|