Add files using upload-large-folder tool
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ make dependency graph for [mathlib4](https://github.com/leanprover-community/mat
|
|
| 4 |
|
| 5 |
## HOW TO
|
| 6 |
|
|
|
|
|
|
|
| 7 |
0. Clone the repository at [https://github.com/fbundle/mathlib4_dependency_graph](https://github.com/fbundle/mathlib4_dependency_graph)
|
| 8 |
|
| 9 |
1. Check out your favorite mathlib version
|
|
@@ -12,10 +14,14 @@ make dependency graph for [mathlib4](https://github.com/leanprover-community/mat
|
|
| 12 |
|
| 13 |
3. Extract dependency graph by `jixia_export.py`
|
| 14 |
|
| 15 |
-
4. Get symbol file by `get_symbol_file.py`
|
| 16 |
|
| 17 |
5. Upload to huggingface using `upload_huggingface.py`
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## PREBUILT GRAPH
|
| 20 |
|
| 21 |
- [https://huggingface.co/khanh2023/mathlib4_dependency_graph](https://huggingface.co/khanh2023/mathlib4_dependency_graph)
|
|
|
|
| 4 |
|
| 5 |
## HOW TO
|
| 6 |
|
| 7 |
+
how to make your own mathlib4 graph
|
| 8 |
+
|
| 9 |
0. Clone the repository at [https://github.com/fbundle/mathlib4_dependency_graph](https://github.com/fbundle/mathlib4_dependency_graph)
|
| 10 |
|
| 11 |
1. Check out your favorite mathlib version
|
|
|
|
| 14 |
|
| 15 |
3. Extract dependency graph by `jixia_export.py`
|
| 16 |
|
| 17 |
+
4. Get symbol file by `get_symbol_file.py` and `get_symbol_db.py`
|
| 18 |
|
| 19 |
5. Upload to huggingface using `upload_huggingface.py`
|
| 20 |
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
or just download the prebuilt files using `download_huggingface.py`
|
| 24 |
+
|
| 25 |
## PREBUILT GRAPH
|
| 26 |
|
| 27 |
- [https://huggingface.co/khanh2023/mathlib4_dependency_graph](https://huggingface.co/khanh2023/mathlib4_dependency_graph)
|