Commit
•
2b002e5
1
Parent(s):
f3d6cb0
filter models in a notebook and share subset
Browse files- filter_model_repos.ipynb +0 -0
- model_repos_250.parquet +3 -0
- requirements.txt +115 -0
filter_model_repos.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model_repos_250.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd6835ba02692d930bfc7fac135cfe2626962a4876d10cd344abc459780e9607
|
3 |
+
size 114142
|
requirements.txt
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#
|
2 |
+
# This file is autogenerated by pip-compile with Python 3.11
|
3 |
+
# by the following command:
|
4 |
+
#
|
5 |
+
# pip-compile --output-file=most_used_models/requirements.txt requirements.in
|
6 |
+
#
|
7 |
+
aiohappyeyeballs==2.4.2
|
8 |
+
# via aiohttp
|
9 |
+
aiohttp==3.10.8
|
10 |
+
# via
|
11 |
+
# datasets
|
12 |
+
# fsspec
|
13 |
+
aiosignal==1.3.1
|
14 |
+
# via aiohttp
|
15 |
+
attrs==24.2.0
|
16 |
+
# via aiohttp
|
17 |
+
certifi==2024.8.30
|
18 |
+
# via requests
|
19 |
+
charset-normalizer==3.3.2
|
20 |
+
# via requests
|
21 |
+
contourpy==1.3.0
|
22 |
+
# via matplotlib
|
23 |
+
cycler==0.12.1
|
24 |
+
# via matplotlib
|
25 |
+
datasets==3.0.1
|
26 |
+
# via -r requirements.in
|
27 |
+
dill==0.3.8
|
28 |
+
# via
|
29 |
+
# datasets
|
30 |
+
# multiprocess
|
31 |
+
filelock==3.16.1
|
32 |
+
# via
|
33 |
+
# datasets
|
34 |
+
# huggingface-hub
|
35 |
+
fonttools==4.54.1
|
36 |
+
# via matplotlib
|
37 |
+
frozenlist==1.4.1
|
38 |
+
# via
|
39 |
+
# aiohttp
|
40 |
+
# aiosignal
|
41 |
+
fsspec[http]==2024.6.1
|
42 |
+
# via
|
43 |
+
# datasets
|
44 |
+
# huggingface-hub
|
45 |
+
huggingface-hub==0.25.1
|
46 |
+
# via datasets
|
47 |
+
idna==3.10
|
48 |
+
# via
|
49 |
+
# requests
|
50 |
+
# yarl
|
51 |
+
kiwisolver==1.4.7
|
52 |
+
# via matplotlib
|
53 |
+
matplotlib==3.9.2
|
54 |
+
# via -r requirements.in
|
55 |
+
multidict==6.1.0
|
56 |
+
# via
|
57 |
+
# aiohttp
|
58 |
+
# yarl
|
59 |
+
multiprocess==0.70.16
|
60 |
+
# via datasets
|
61 |
+
numpy==2.1.1
|
62 |
+
# via
|
63 |
+
# contourpy
|
64 |
+
# datasets
|
65 |
+
# matplotlib
|
66 |
+
# pandas
|
67 |
+
# pyarrow
|
68 |
+
# scipy
|
69 |
+
packaging==24.1
|
70 |
+
# via
|
71 |
+
# datasets
|
72 |
+
# huggingface-hub
|
73 |
+
# matplotlib
|
74 |
+
pandas==2.2.3
|
75 |
+
# via datasets
|
76 |
+
pillow==10.4.0
|
77 |
+
# via matplotlib
|
78 |
+
pyarrow==17.0.0
|
79 |
+
# via datasets
|
80 |
+
pyparsing==3.1.4
|
81 |
+
# via matplotlib
|
82 |
+
python-dateutil==2.9.0.post0
|
83 |
+
# via
|
84 |
+
# matplotlib
|
85 |
+
# pandas
|
86 |
+
python-dotenv==1.0.1
|
87 |
+
# via -r requirements.in
|
88 |
+
pytz==2024.2
|
89 |
+
# via pandas
|
90 |
+
pyyaml==6.0.2
|
91 |
+
# via
|
92 |
+
# datasets
|
93 |
+
# huggingface-hub
|
94 |
+
requests==2.32.3
|
95 |
+
# via
|
96 |
+
# datasets
|
97 |
+
# huggingface-hub
|
98 |
+
scipy==1.14.1
|
99 |
+
# via -r requirements.in
|
100 |
+
six==1.16.0
|
101 |
+
# via python-dateutil
|
102 |
+
tqdm==4.66.5
|
103 |
+
# via
|
104 |
+
# datasets
|
105 |
+
# huggingface-hub
|
106 |
+
typing-extensions==4.12.2
|
107 |
+
# via huggingface-hub
|
108 |
+
tzdata==2024.2
|
109 |
+
# via pandas
|
110 |
+
urllib3==2.2.3
|
111 |
+
# via requests
|
112 |
+
xxhash==3.5.0
|
113 |
+
# via datasets
|
114 |
+
yarl==1.13.1
|
115 |
+
# via aiohttp
|