Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,11 @@ datasets:
|
|
4 |
- pierreguillou/DocLayNet-small
|
5 |
language:
|
6 |
- en
|
7 |
-
pipeline_tag:
|
8 |
tags:
|
9 |
- SAM Fine-tune
|
10 |
---
|
11 |
|
12 |
I have Fine tuned https://huggingface.co/facebook/sam-vit-base using Doclaynet-small dataset.
|
13 |
|
14 |
-
My focus was to detect structure from the documents like paragraph, header, tabel using SOTA model Segment Anything Model (SAM).
|
|
|
4 |
- pierreguillou/DocLayNet-small
|
5 |
language:
|
6 |
- en
|
7 |
+
pipeline_tag: object-detection
|
8 |
tags:
|
9 |
- SAM Fine-tune
|
10 |
---
|
11 |
|
12 |
I have Fine tuned https://huggingface.co/facebook/sam-vit-base using Doclaynet-small dataset.
|
13 |
|
14 |
+
My focus was to detect structure from the documents like paragraph, header, tabel using SOTA model Segment Anything Model (SAM).
|