Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- pierreguillou/DocLayNet-small
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: image-segmentation
|
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).
|