yifeihu commited on
Commit
8612cae
·
verified ·
1 Parent(s): 09c4f24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -34,6 +34,10 @@ Object Detection results format:
34
  {'\<OD>': {'bboxes': [[x1, y1, x2, y2], ...],
35
  'labels': ['label1', 'label2', ...]} }
36
 
 
 
 
 
37
  ## Benchmarks
38
 
39
  We tested the models on paper pages outside the training dataset. The papers are a subset of huggingface daily paper.
@@ -88,18 +92,15 @@ print(parsed_answer)
88
 
89
  To visualize the results, see [this tutorial notebook](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-florence-2-on-detection-dataset.ipynb) for more details.
90
 
91
- ## Finetuning Code and Dataset
92
-
93
- Dataset: [yifeihu/TF-ID-arxiv-papers](https://huggingface.co/datasets/yifeihu/TF-ID-arxiv-papers)
94
-
95
- Code: Coming soon!
96
-
97
  ## BibTex and citation info
98
 
99
  ```
100
- @misc{TF-ID,
101
- url={[https://huggingface.co/yifeihu/TF-ID-base](https://huggingface.co/yifeihu/TF-ID-base)},
102
- title={TF-ID: Table/Figure IDentifier for academic papers},
103
- author={"Yifei Hu"}
 
 
 
104
  }
105
  ```
 
34
  {'\<OD>': {'bboxes': [[x1, y1, x2, y2], ...],
35
  'labels': ['label1', 'label2', ...]} }
36
 
37
+ ## Training Code and Dataset
38
+ - Dataset: [yifeihu/TF-ID-arxiv-papers](https://huggingface.co/datasets/yifeihu/TF-ID-arxiv-papers)
39
+ - Code: [github.com/ai8hyf/TF-ID](https://github.com/ai8hyf/TF-ID)
40
+
41
  ## Benchmarks
42
 
43
  We tested the models on paper pages outside the training dataset. The papers are a subset of huggingface daily paper.
 
92
 
93
  To visualize the results, see [this tutorial notebook](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-florence-2-on-detection-dataset.ipynb) for more details.
94
 
 
 
 
 
 
 
95
  ## BibTex and citation info
96
 
97
  ```
98
+ @misc{TF-ID,
99
+ author = {Yifei Hu},
100
+ title = {TF-ID: Table/Figure IDentifier for academic papers},
101
+ year = {2024},
102
+ publisher = {GitHub},
103
+ journal = {GitHub repository},
104
+ howpublished = {\url{https://github.com/ai8hyf/TF-ID}},
105
  }
106
  ```