Instructions to use trungphien/phien-table-straighten-detection-215 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use trungphien/phien-table-straighten-detection-215 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="trungphien/phien-table-straighten-detection-215")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("trungphien/phien-table-straighten-detection-215") model = AutoModel.from_pretrained("trungphien/phien-table-straighten-detection-215") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- config.json +4 -4
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"auxiliary_loss": false,
|
|
@@ -2126,8 +2126,8 @@
|
|
| 2126 |
"giou_cost": 2,
|
| 2127 |
"giou_loss_coefficient": 2,
|
| 2128 |
"id2label": {
|
| 2129 |
-
"0": "
|
| 2130 |
-
"1": "
|
| 2131 |
},
|
| 2132 |
"init_std": 0.02,
|
| 2133 |
"init_xavier_std": 1.0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "trungphien/phien-table-straighten-detection-215",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
| 6 |
+
"TableTransformerModel"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"auxiliary_loss": false,
|
|
|
|
| 2126 |
"giou_cost": 2,
|
| 2127 |
"giou_loss_coefficient": 2,
|
| 2128 |
"id2label": {
|
| 2129 |
+
"0": "table1",
|
| 2130 |
+
"1": "table2"
|
| 2131 |
},
|
| 2132 |
"init_std": 0.02,
|
| 2133 |
"init_xavier_std": 1.0,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5c1c4b4ac53f5c9e125ffc8f67e43d0f2c84c5b36bbe19554635bd933a76737
|
| 3 |
+
size 114783928
|