Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ datasets:
|
|
7 |
language:
|
8 |
- en
|
9 |
base_model: google/pix2struct-base
|
|
|
10 |
---
|
11 |
|
12 |
# pix2struct-base-table2html
|
@@ -63,4 +64,4 @@ predictions_decoded = processor.tokenizer.batch_decode(predictions, skip_special
|
|
63 |
|
64 |
# Show predictions as text
|
65 |
print(predictions_decoded[0])
|
66 |
-
```
|
|
|
7 |
language:
|
8 |
- en
|
9 |
base_model: google/pix2struct-base
|
10 |
+
pipeline_tag: image-to-text
|
11 |
---
|
12 |
|
13 |
# pix2struct-base-table2html
|
|
|
64 |
|
65 |
# Show predictions as text
|
66 |
print(predictions_decoded[0])
|
67 |
+
```
|