Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- .idea/.gitignore +8 -0
- .idea/MarsCodeWorkspaceAppSettings.xml +6 -0
- .idea/inspectionProfiles/Project_Default.xml +21 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +7 -0
- .idea/ml2.iml +8 -0
- .idea/modules.xml +8 -0
- .idea/workspace.xml +86 -0
- .ipynb_checkpoints/COMP5541_Assignment-checkpoint.pdf +3 -0
- COMP5541_Assignment.pdf +3 -0
- Q2/.ipynb_checkpoints/Copy of COMP5541 AlexNet CIFAR-10-checkpoint.ipynb +0 -0
- Q2/Advanced_Resnet.pth +3 -0
- Q2/Copy of COMP5541 AlexNet CIFAR-10.ipynb +0 -0
- Q2/Simple_Resnet.pth +3 -0
- Q2/adam_resnet.pth +3 -0
- Q2/adam_vggnet.pth +3 -0
- Q2/backup Copy of COMP5541 AlexNet CIFAR-10.ipynb +0 -0
- Q2/resnet.pth +3 -0
- Q2/rmsprop_resnet.pth +3 -0
- Q2/rmsprop_vggnet.pth +3 -0
- Q2/vggnet.pth +3 -0
- Q3/.ipynb_checkpoints/Yet_another_copy_of_COMP5541_AlexNet_CIFAR_10-checkpoint.ipynb +0 -0
- Q3/Yet_another_copy_of_COMP5541_AlexNet_CIFAR_10.ipynb +0 -0
- data/cifar-10-batches-py/batches.meta +0 -0
- data/cifar-10-batches-py/data_batch_1 +3 -0
- data/cifar-10-batches-py/data_batch_2 +3 -0
- data/cifar-10-batches-py/data_batch_3 +3 -0
- data/cifar-10-batches-py/data_batch_4 +3 -0
- data/cifar-10-batches-py/data_batch_5 +3 -0
- data/cifar-10-batches-py/readme.html +1 -0
- data/cifar-10-batches-py/test_batch +3 -0
- data/cifar-10-python.tar.gz +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
.ipynb_checkpoints/COMP5541_Assignment-checkpoint.pdf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
COMP5541_Assignment.pdf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
data/cifar-10-batches-py/data_batch_1 filter=lfs diff=lfs merge=lfs -text
|
39 |
+
data/cifar-10-batches-py/data_batch_2 filter=lfs diff=lfs merge=lfs -text
|
40 |
+
data/cifar-10-batches-py/data_batch_3 filter=lfs diff=lfs merge=lfs -text
|
41 |
+
data/cifar-10-batches-py/data_batch_4 filter=lfs diff=lfs merge=lfs -text
|
42 |
+
data/cifar-10-batches-py/data_batch_5 filter=lfs diff=lfs merge=lfs -text
|
43 |
+
data/cifar-10-batches-py/test_batch filter=lfs diff=lfs merge=lfs -text
|
.idea/.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 默认忽略的文件
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
4 |
+
# 基于编辑器的 HTTP 客户端请求
|
5 |
+
/httpRequests/
|
6 |
+
# Datasource local storage ignored files
|
7 |
+
/dataSources/
|
8 |
+
/dataSources.local.xml
|
.idea/MarsCodeWorkspaceAppSettings.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="com.codeverse.userSettings.MarscodeWorkspaceAppSettingsState">
|
4 |
+
<option name="ckgOperationStatus" value="SUCCESS" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<profile version="1.0">
|
3 |
+
<option name="myName" value="Project Default" />
|
4 |
+
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
5 |
+
<option name="ignoredErrors">
|
6 |
+
<list>
|
7 |
+
<option value="N806" />
|
8 |
+
<option value="N812" />
|
9 |
+
<option value="N802" />
|
10 |
+
</list>
|
11 |
+
</option>
|
12 |
+
</inspection_tool>
|
13 |
+
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
14 |
+
<option name="ignoredIdentifiers">
|
15 |
+
<list>
|
16 |
+
<option value="tuple.*" />
|
17 |
+
</list>
|
18 |
+
</option>
|
19 |
+
</inspection_tool>
|
20 |
+
</profile>
|
21 |
+
</component>
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<settings>
|
3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
+
<version value="1.0" />
|
5 |
+
</settings>
|
6 |
+
</component>
|
.idea/misc.xml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="Black">
|
4 |
+
<option name="sdkName" value="nlp" />
|
5 |
+
</component>
|
6 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="nlp" project-jdk-type="Python SDK" />
|
7 |
+
</project>
|
.idea/ml2.iml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module type="PYTHON_MODULE" version="4">
|
3 |
+
<component name="NewModuleRootManager">
|
4 |
+
<content url="file://$MODULE_DIR$" />
|
5 |
+
<orderEntry type="jdk" jdkName="nlp" jdkType="Python SDK" />
|
6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
+
</component>
|
8 |
+
</module>
|
.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectModuleManager">
|
4 |
+
<modules>
|
5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/ml2.iml" filepath="$PROJECT_DIR$/.idea/ml2.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/workspace.xml
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="AutoImportSettings">
|
4 |
+
<option name="autoReloadType" value="SELECTIVE" />
|
5 |
+
</component>
|
6 |
+
<component name="ChangeListManager">
|
7 |
+
<list default="true" id="25d5e9ee-2f4c-461f-8931-bd3ac87846db" name="更改" comment="" />
|
8 |
+
<option name="SHOW_DIALOG" value="false" />
|
9 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
11 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
12 |
+
</component>
|
13 |
+
<component name="FileTemplateManagerImpl">
|
14 |
+
<option name="RECENT_TEMPLATES">
|
15 |
+
<list>
|
16 |
+
<option value="Jupyter Notebook" />
|
17 |
+
</list>
|
18 |
+
</option>
|
19 |
+
</component>
|
20 |
+
<component name="FlaskConsoleOptions" custom-start-script="import sys; print('Python %s on %s' % (sys.version, sys.platform)); sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) from flask.cli import ScriptInfo, NoAppException for module in ["main.py", "wsgi.py", "app.py"]: try: locals().update(ScriptInfo(app_import_path=module, create_app=None).load_app().make_shell_context()); print("\nFlask App: %s" % app.import_name); break except NoAppException: pass">
|
21 |
+
<envs>
|
22 |
+
<env key="FLASK_APP" value="app" />
|
23 |
+
</envs>
|
24 |
+
<option name="myCustomStartScript" value="import sys; print('Python %s on %s' % (sys.version, sys.platform)); sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) from flask.cli import ScriptInfo, NoAppException for module in ["main.py", "wsgi.py", "app.py"]: try: locals().update(ScriptInfo(app_import_path=module, create_app=None).load_app().make_shell_context()); print("\nFlask App: %s" % app.import_name); break except NoAppException: pass" />
|
25 |
+
<option name="myEnvs">
|
26 |
+
<map>
|
27 |
+
<entry key="FLASK_APP" value="app" />
|
28 |
+
</map>
|
29 |
+
</option>
|
30 |
+
</component>
|
31 |
+
<component name="ProjectColorInfo">{
|
32 |
+
"associatedIndex": 4
|
33 |
+
}</component>
|
34 |
+
<component name="ProjectId" id="2ypTUYbOdtl2iw6rwXszfdmtFWu" />
|
35 |
+
<component name="ProjectViewState">
|
36 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
37 |
+
<option name="showLibraryContents" value="true" />
|
38 |
+
</component>
|
39 |
+
<component name="PropertiesComponent">{
|
40 |
+
"keyToString": {
|
41 |
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
42 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
43 |
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
|
44 |
+
"junie.onboarding.icon.badge.shown": "true",
|
45 |
+
"last_opened_file_path": "E:/ml2",
|
46 |
+
"node.js.detected.package.eslint": "true",
|
47 |
+
"node.js.detected.package.tslint": "true",
|
48 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
49 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
50 |
+
"nodejs_package_manager_path": "npm",
|
51 |
+
"settings.editor.selected.configurable": "com.intellij.jupyter.py.connections.configurable.JupyterServersConfigurable",
|
52 |
+
"vue.rearranger.settings.migration": "true"
|
53 |
+
}
|
54 |
+
}</component>
|
55 |
+
<component name="RecentsManager">
|
56 |
+
<key name="CopyFile.RECENT_KEYS">
|
57 |
+
<recent name="E:\ml2" />
|
58 |
+
</key>
|
59 |
+
</component>
|
60 |
+
<component name="SharedIndexes">
|
61 |
+
<attachedChunks>
|
62 |
+
<set>
|
63 |
+
<option value="bundled-js-predefined-d6986cc7102b-f27c65a3e318-JavaScript-PY-251.23774.444" />
|
64 |
+
<option value="bundled-python-sdk-890ed5b35930-d9c5bdb153f4-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-251.23774.444" />
|
65 |
+
</set>
|
66 |
+
</attachedChunks>
|
67 |
+
</component>
|
68 |
+
<component name="TaskManager">
|
69 |
+
<task active="true" id="Default" summary="默认任务">
|
70 |
+
<changelist id="25d5e9ee-2f4c-461f-8931-bd3ac87846db" name="更改" comment="" />
|
71 |
+
<created>1750530530544</created>
|
72 |
+
<option name="number" value="Default" />
|
73 |
+
<option name="presentableId" value="Default" />
|
74 |
+
<updated>1750530530544</updated>
|
75 |
+
<workItem from="1750530531688" duration="10621000" />
|
76 |
+
<workItem from="1750696327054" duration="1424000" />
|
77 |
+
<workItem from="1750766898451" duration="2652000" />
|
78 |
+
<workItem from="1750872125366" duration="2529000" />
|
79 |
+
<workItem from="1751041330356" duration="3634000" />
|
80 |
+
</task>
|
81 |
+
<servers />
|
82 |
+
</component>
|
83 |
+
<component name="TypeScriptGeneratedFilesManager">
|
84 |
+
<option name="version" value="3" />
|
85 |
+
</component>
|
86 |
+
</project>
|
.ipynb_checkpoints/COMP5541_Assignment-checkpoint.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e6960bf5b9d258b90a487d96c02aae08fdcb0115ae8f36fafceb28c2d7d8bb
|
3 |
+
size 887322
|
COMP5541_Assignment.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e6960bf5b9d258b90a487d96c02aae08fdcb0115ae8f36fafceb28c2d7d8bb
|
3 |
+
size 887322
|
Q2/.ipynb_checkpoints/Copy of COMP5541 AlexNet CIFAR-10-checkpoint.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Q2/Advanced_Resnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6389c0ef31a694347987421082139e14d388e61cb65486de7310d5b30ceeac64
|
3 |
+
size 430884951
|
Q2/Copy of COMP5541 AlexNet CIFAR-10.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Q2/Simple_Resnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60ae75eff7891f3dfbe2d3a4a13bdef698465b6795ab19d0cde6cc4b011f81c4
|
3 |
+
size 430883677
|
Q2/adam_resnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e05b73418339fe08d3f275ac603abb8535d57f0b3999ae2d97cd1fcf714a9850
|
3 |
+
size 430883565
|
Q2/adam_vggnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f011d313832d71d89d579b4754af978c67570af0e75b193b6b138768a1435b9
|
3 |
+
size 515240657
|
Q2/backup Copy of COMP5541 AlexNet CIFAR-10.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Q2/resnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2614352d3f7e2442744c0a0801f977fec51e5042f212ed475e78e5ec9bdc8503
|
3 |
+
size 430880405
|
Q2/rmsprop_resnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9035f33f03c0b74afc524dd2dafefcb78413005b03dc52b450c2ca55f3ebbd0d
|
3 |
+
size 430883733
|
Q2/rmsprop_vggnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b841400905eb0e2b49ca36369b6e4e15da519be715c72f2c39922d076318268
|
3 |
+
size 515240741
|
Q2/vggnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37545ea7a5633d692acc998d1434c4275e724ca83d9ecf20c14a65b7c8d1709d
|
3 |
+
size 515239173
|
Q3/.ipynb_checkpoints/Yet_another_copy_of_COMP5541_AlexNet_CIFAR_10-checkpoint.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Q3/Yet_another_copy_of_COMP5541_AlexNet_CIFAR_10.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cifar-10-batches-py/batches.meta
ADDED
Binary file (158 Bytes). View file
|
|
data/cifar-10-batches-py/data_batch_1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54636561a3ce25bd3e19253c6b0d8538147b0ae398331ac4a2d86c6d987368cd
|
3 |
+
size 31035704
|
data/cifar-10-batches-py/data_batch_2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:766b2cef9fbc745cf056b3152224f7cf77163b330ea9a15f9392beb8b89bc5a8
|
3 |
+
size 31035320
|
data/cifar-10-batches-py/data_batch_3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f00d98ebfb30b3ec0ad19f9756dc2630b89003e10525f5e148445e82aa6a1f9
|
3 |
+
size 31035999
|
data/cifar-10-batches-py/data_batch_4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f7bb240661948b8f4d53e36ec720d8306f5668bd0071dcb4e6c947f78e9682b
|
3 |
+
size 31035696
|
data/cifar-10-batches-py/data_batch_5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d91802434d8376bbaeeadf58a737e3a1b12ac839077e931237e0dcd43adcb154
|
3 |
+
size 31035623
|
data/cifar-10-batches-py/readme.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.cs.toronto.edu/~kriz/cifar.html">
|
data/cifar-10-batches-py/test_batch
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f53d8d457504f7cff4ea9e021afcf0e0ad8e24a91f3fc42091b8adef61157831
|
3 |
+
size 31035526
|
data/cifar-10-python.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d958be074577803d12ecdefd02955f39262c83c16fe9348329d7fe0b5c001ce
|
3 |
+
size 170498071
|