KNGCRIMSON commited on
Commit
72b2902
·
1 Parent(s): b5cf002

readme fixed

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -1,16 +1,11 @@
1
- # MatchingPubs
 
 
 
 
 
 
 
 
 
2
 
3
- ## Dataset
4
-
5
- The `dataset/` directory contains the following main classes:
6
-
7
- - `DatasetLoader`: Responsible for loading the dataset from various sources.
8
- - `DatasetProcessor`: Handles preprocessing and cleaning of the dataset.
9
- - `DatasetAnalyzer`: Provides methods for analyzing and summarizing the dataset.
10
-
11
- ## Getting the Dataset
12
-
13
- To get the dataset, run the following command:
14
-
15
- ```bash
16
- PYTHONPATH=$(pwd) python src/dataset/get_dataset.py
 
1
+ ---
2
+ title: "Match PrePrint Articles"
3
+ emoji: "🧪"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: gradio
7
+ sdk_version: "3.16.2"
8
+ app_file: app.py
9
+ pinned: true
10
+ ---
11