Mentors4EDU commited on
Commit
b0ac87a
·
verified ·
1 Parent(s): 586adc0

Delete Structure Tree (Unneeded)

Browse files
.huggingface.co/repository-structure.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "repos": {
3
- "*": {
4
- "stripe_disabled": false,
5
- "files-tracking": {
6
- "patterns": [
7
- "**/*.pt",
8
- "**/*.bin",
9
- "**/*.pkl",
10
- "**/*.pth",
11
- "**/*.ckpt",
12
- "**/*.safetensors",
13
- "**/*.onnx",
14
- "**/model.*",
15
- "**/*.h5",
16
- "**/*.py",
17
- "**/*.meta-huggingface.json"
18
- ],
19
- "ignore_patterns": []
20
- }
21
- }
22
- }
23
- }