End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- .idea/.gitignore +8 -0
- .idea/modules.xml +8 -0
- .idea/tritontest.iml +14 -0
- .idea/workspace.xml +105 -0
- README.md +21 -0
- arcfaceresnet100-8.tar.gz +3 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_model.bin +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_model.bin +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scaler.pt +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-10500/optimizer.bin +3 -0
- checkpoint-10500/pytorch_model.bin +3 -0
- checkpoint-10500/random_states_0.pkl +3 -0
- checkpoint-10500/scaler.pt +3 -0
- checkpoint-10500/scheduler.bin +3 -0
- checkpoint-11000/optimizer.bin +3 -0
- checkpoint-11000/pytorch_model.bin +3 -0
- checkpoint-11000/random_states_0.pkl +3 -0
- checkpoint-11000/scaler.pt +3 -0
- checkpoint-11000/scheduler.bin +3 -0
- checkpoint-11500/optimizer.bin +3 -0
- checkpoint-11500/pytorch_model.bin +3 -0
- checkpoint-11500/random_states_0.pkl +3 -0
- checkpoint-11500/scaler.pt +3 -0
- checkpoint-11500/scheduler.bin +3 -0
- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/pytorch_model.bin +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scaler.pt +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-12500/optimizer.bin +3 -0
- checkpoint-12500/pytorch_model.bin +3 -0
- checkpoint-12500/random_states_0.pkl +3 -0
- checkpoint-12500/scaler.pt +3 -0
- checkpoint-12500/scheduler.bin +3 -0
- checkpoint-13000/optimizer.bin +3 -0
- checkpoint-13000/pytorch_model.bin +3 -0
- checkpoint-13000/random_states_0.pkl +3 -0
- checkpoint-13000/scaler.pt +3 -0
- checkpoint-13000/scheduler.bin +3 -0
- checkpoint-13500/optimizer.bin +3 -0
- checkpoint-13500/pytorch_model.bin +3 -0
- checkpoint-13500/random_states_0.pkl +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
models/arcface/1/model.plan filter=lfs diff=lfs merge=lfs -text
|
.idea/.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
4 |
+
# Editor-based HTTP Client requests
|
5 |
+
/httpRequests/
|
6 |
+
# Datasource local storage ignored files
|
7 |
+
/dataSources/
|
8 |
+
/dataSources.local.xml
|
.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/tritontest.iml" filepath="$PROJECT_DIR$/.idea/tritontest.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/tritontest.iml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module type="CPP_MODULE" version="4">
|
3 |
+
<component name="FacetManager">
|
4 |
+
<facet type="Python" name="Python facet">
|
5 |
+
<configuration sdkName="triton" />
|
6 |
+
</facet>
|
7 |
+
</component>
|
8 |
+
<component name="NewModuleRootManager">
|
9 |
+
<content url="file://$MODULE_DIR$" />
|
10 |
+
<orderEntry type="inheritedJdk" />
|
11 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
12 |
+
<orderEntry type="library" name="triton interpreter library" level="application" />
|
13 |
+
</component>
|
14 |
+
</module>
|
.idea/workspace.xml
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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="CMakeSettings">
|
7 |
+
<configurations>
|
8 |
+
<configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" />
|
9 |
+
</configurations>
|
10 |
+
</component>
|
11 |
+
<component name="ChangeListManager">
|
12 |
+
<list default="true" id="a0d207b3-2d85-4e2b-89e5-c56489424b4b" name="Changes" comment="" />
|
13 |
+
<option name="SHOW_DIALOG" value="false" />
|
14 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
15 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
16 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
17 |
+
</component>
|
18 |
+
<component name="ClangdSettings">
|
19 |
+
<option name="formatViaClangd" value="false" />
|
20 |
+
</component>
|
21 |
+
<component name="FileTemplateManagerImpl">
|
22 |
+
<option name="RECENT_TEMPLATES">
|
23 |
+
<list>
|
24 |
+
<option value="Python Script" />
|
25 |
+
</list>
|
26 |
+
</option>
|
27 |
+
</component>
|
28 |
+
<component name="HighlightingSettingsPerFile">
|
29 |
+
<setting file="file://$PROJECT_DIR$/../miniconda3/envs/triton/lib/python3.8/site-packages/pytriton/triton.py" root0="SKIP_INSPECTION" />
|
30 |
+
</component>
|
31 |
+
<component name="ProjectId" id="2QBdlFMjI1kfyEkjIl4QHN7UuHx" />
|
32 |
+
<component name="ProjectViewState">
|
33 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
34 |
+
<option name="showLibraryContents" value="true" />
|
35 |
+
</component>
|
36 |
+
<component name="PropertiesComponent">{
|
37 |
+
"keyToString": {
|
38 |
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
39 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
40 |
+
"RunOnceActivity.cidr.known.project.marker": "true",
|
41 |
+
"WebServerToolWindowFactoryState": "false",
|
42 |
+
"cf.first.check.clang-format": "false",
|
43 |
+
"cidr.known.project.marker": "true",
|
44 |
+
"node.js.detected.package.eslint": "true",
|
45 |
+
"node.js.detected.package.tslint": "true",
|
46 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
47 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
48 |
+
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
|
49 |
+
"vue.rearranger.settings.migration": "true"
|
50 |
+
}
|
51 |
+
}</component>
|
52 |
+
<component name="RdControllerToolWindowsLayoutState" isNewUi="true">
|
53 |
+
<layout>
|
54 |
+
<window_info id="Space Code Reviews" />
|
55 |
+
<window_info id="Bookmarks" side_tool="true" />
|
56 |
+
<window_info id="Commit_Guest" show_stripe_button="false" />
|
57 |
+
<window_info id="Pull Requests" />
|
58 |
+
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.30729166" />
|
59 |
+
<window_info id="Commit" order="1" weight="0.25" />
|
60 |
+
<window_info id="Structure" order="2" weight="0.25" />
|
61 |
+
<window_info anchor="bottom" id="Python Packages" />
|
62 |
+
<window_info anchor="bottom" id="File Transfer" />
|
63 |
+
<window_info anchor="bottom" id="Database Changes" />
|
64 |
+
<window_info anchor="bottom" id="TypeScript" />
|
65 |
+
<window_info anchor="bottom" id="Vcpkg" />
|
66 |
+
<window_info anchor="bottom" id="clangd" />
|
67 |
+
<window_info anchor="bottom" id="Version Control" order="0" />
|
68 |
+
<window_info anchor="bottom" id="Problems View" order="1" />
|
69 |
+
<window_info anchor="bottom" id="Terminal" order="2" weight="0.32988167" />
|
70 |
+
<window_info anchor="bottom" id="Services" order="3" />
|
71 |
+
<window_info anchor="right" id="make" side_tool="true" />
|
72 |
+
<window_info anchor="right" id="Meet New UI" show_stripe_button="false" side_tool="true" />
|
73 |
+
<window_info anchor="right" content_ui="combo" id="Notifications" order="0" weight="0.25" />
|
74 |
+
<window_info anchor="right" id="Database" order="1" weight="0.25" />
|
75 |
+
</layout>
|
76 |
+
</component>
|
77 |
+
<component name="RecentsManager">
|
78 |
+
<key name="MoveFile.RECENT_KEYS">
|
79 |
+
<recent name="$PROJECT_DIR$/models/arcface/1/" />
|
80 |
+
<recent name="$PROJECT_DIR$/models/arcface/1/resnet100_engine.plan" />
|
81 |
+
</key>
|
82 |
+
</component>
|
83 |
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
84 |
+
<component name="TaskManager">
|
85 |
+
<task active="true" id="Default" summary="Default task">
|
86 |
+
<changelist id="a0d207b3-2d85-4e2b-89e5-c56489424b4b" name="Changes" comment="" />
|
87 |
+
<created>1684831057719</created>
|
88 |
+
<option name="number" value="Default" />
|
89 |
+
<option name="presentableId" value="Default" />
|
90 |
+
<updated>1684831057719</updated>
|
91 |
+
<workItem from="1684831058972" duration="54000" />
|
92 |
+
<workItem from="1684831116767" duration="2973000" />
|
93 |
+
<workItem from="1684844664073" duration="2082000" />
|
94 |
+
<workItem from="1685006351467" duration="599000" />
|
95 |
+
</task>
|
96 |
+
<servers />
|
97 |
+
</component>
|
98 |
+
<component name="TypeScriptGeneratedFilesManager">
|
99 |
+
<option name="version" value="3" />
|
100 |
+
</component>
|
101 |
+
<component name="XSLT-Support.FileAssociations.UIState">
|
102 |
+
<expand />
|
103 |
+
<select />
|
104 |
+
</component>
|
105 |
+
</project>
|
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
inference: true
|
12 |
+
---
|
13 |
+
|
14 |
+
# LoRA text2image fine-tuning - robinqu/tritontest
|
15 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the lambdalabs/pokemon-blip-captions dataset. You can find some example images in the following.
|
16 |
+
|
17 |
+
![img_0](./image_0.png)
|
18 |
+
![img_1](./image_1.png)
|
19 |
+
![img_2](./image_2.png)
|
20 |
+
![img_3](./image_3.png)
|
21 |
+
|
arcfaceresnet100-8.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7098d004468725906a805e50d772eabc95e31f57eedeaaa72aeab8225598c2a
|
3 |
+
size 237272167
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:374ad88b96b6d190cc87816f1c49c49d3704476bc80e654f7658039ffa86f6e8
|
3 |
+
size 6591685
|
checkpoint-1000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44a79f001591910f74218e3584698ccb3296b99c9ff4083bbe21fc21a67c451a
|
3 |
+
size 3285965
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2162531264bd44960bc53990d6feb1bf84250d9146317efa43523be9f4ce0b5
|
3 |
+
size 14727
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
|
3 |
+
size 557
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56c8ab868b79ee875e28aa9f8eecb3bbd70932ebeb49f21c03fceaee8a598bde
|
3 |
+
size 563
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f5b788156ab7da9e87b34f25b03313ef0654748f3d66a1872568b88c7e60c45
|
3 |
+
size 6591685
|
checkpoint-10000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b88babd698dc006f996ae7a30fc00d40a3a7fc5830027890bc3c1392fcc91b1
|
3 |
+
size 3285965
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a11b4f67fcfa4d5e99a54d315df90a5c0cd89dcb636c939ab20833dfd8129fc
|
3 |
+
size 14727
|
checkpoint-10000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be2ad76dcbc923b00e6a142f6db62aad4a46c47bb83864ccb68ddc899d0ce78
|
3 |
+
size 557
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f5b59952b93b5c9f86194e5c0bfd624c4872a988bdc6c4b295dfe65a42d331
|
3 |
+
size 563
|
checkpoint-10500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:972a5f8515e2cc01339034a4c394c286ac031427b10580664f3759a98075cc6e
|
3 |
+
size 6591685
|
checkpoint-10500/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5cea7a63e16154456933067dc4ff918f99d8a0be43c33b34cc2548ec39cd324
|
3 |
+
size 3285965
|
checkpoint-10500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:661b9419c3feaaadec76e7d8e7dfe73dcd4e5fda240ec476368318301a0bb764
|
3 |
+
size 14727
|
checkpoint-10500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:930aa4121a2a38f44b8af20e66d414b77fba3198866a0d743e0016592e1c420e
|
3 |
+
size 557
|
checkpoint-10500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e9c482d6be826b8a5743dfe9586fe6de931f2d320e57498ab69a56badec9385
|
3 |
+
size 563
|
checkpoint-11000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44e68a9eb4eb21bb4bcc27d0d34f77d954f4705e8bb16a1fa721b5b126559714
|
3 |
+
size 6591685
|
checkpoint-11000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9412feafa3588f4354a8fe66b7955e5ec3d7cc96a4bb0ef1f16c1c8d0a3aaeac
|
3 |
+
size 3285965
|
checkpoint-11000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d33e82eb9366173eddbdfc330eca83a29abfe26295afabedd426024ed112094
|
3 |
+
size 14727
|
checkpoint-11000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df4dd185a129710516223a132f1321dd530e937b37d9a1dca8d2915b9d5a04a
|
3 |
+
size 557
|
checkpoint-11000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:917788648aa95ebcaa93c782d2062b8ee21ca0f40dbcb7113159604a6d76e395
|
3 |
+
size 563
|
checkpoint-11500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddd4f408868dbfa9d87f524ae61ec170467c0af043ff2f1b1464f33a84340a24
|
3 |
+
size 6591685
|
checkpoint-11500/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fe818f49372311e5b8eee1440fcd1d646b4de6ddb76381cbea5690c0c77d2c4
|
3 |
+
size 3285965
|
checkpoint-11500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:612c34b28851eab0ddd69dae95b6854cadf1a3a84bf4f363cc4a1c7bbc26736a
|
3 |
+
size 14727
|
checkpoint-11500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cab7988ce4c8b69e7970aada0017afc1c2120661c865bce9234915457ce96c2
|
3 |
+
size 557
|
checkpoint-11500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb04ff053139f6755b84641d768e4712c82e4079d78c1a32e74bdf3e3935bbe1
|
3 |
+
size 563
|
checkpoint-12000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36f5711b2f01e8775aa5aaa70376eb2b438832eb7db552987d6c3c4779ba2af2
|
3 |
+
size 6591685
|
checkpoint-12000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9d48aa10639768073b66bfd7b7e13bef570dd1c0376e778c0c71e3428d463d0
|
3 |
+
size 3285965
|
checkpoint-12000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f8d370aff3279edbf54596c44f92ae762032e8df820f0ab54157e0c63285094
|
3 |
+
size 14727
|
checkpoint-12000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a61fa205a26ba2985bf4e0e515406104e0b0e5d6ebd86749ac9477a519632ca
|
3 |
+
size 557
|
checkpoint-12000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9888c6d9b53ecdc688042b67345e4bdc6ccc884e3fcb090e3104603cb9f8ccb
|
3 |
+
size 563
|
checkpoint-12500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a06a0b0accdcf3c13f2eccfacff168082b71c87775e8d5c51a21250c0865f9dc
|
3 |
+
size 6591685
|
checkpoint-12500/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e2344c3c87339d6622fb2ae357bf460a3d51e5c7c3aa9b324f43f97f53b03b6
|
3 |
+
size 3285965
|
checkpoint-12500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9663c8bfbb3bc321ef159be6a6884659e5f43b7d632bc91e53ae81830c1d7147
|
3 |
+
size 14727
|
checkpoint-12500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:319423f2c4aecfec79c052c003d3d35084df2fe66179617b317d2161d653a69e
|
3 |
+
size 557
|
checkpoint-12500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e470eb5e246ff54625cbbd42ddbfa157a14a2934e447c719915c5f072eef55d0
|
3 |
+
size 563
|
checkpoint-13000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd169d88d49299deb8e0096e5cd756b08af6a6d0a53537453043ea7dd1908d78
|
3 |
+
size 6591685
|
checkpoint-13000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b00d36c50b6f7bcb6c6798c9d766fda3eb1d6f96e620d9d26e0074d58927068
|
3 |
+
size 3285965
|
checkpoint-13000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6aa2f55a9dc3e9e411b19d93118035f1f0986e96c0b667794eee1675cc47c2ed
|
3 |
+
size 14727
|
checkpoint-13000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8624aa8828b4c5fcb5bb4f05a16d3dd64b35da242cd642c1a05cc5a8cfcd893
|
3 |
+
size 557
|
checkpoint-13000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:556cbdac88355889a59cd7821317b13437a9a6237582edf8e0fc0745c3ee8b98
|
3 |
+
size 563
|
checkpoint-13500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a47d0756fbed8433998aa3901b10cf8cefedcc8488e6a7245d66410ab741edf7
|
3 |
+
size 6591685
|
checkpoint-13500/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09c51f1ba2ec3446a77cd39a65812c4d4282921b0150e97b55f621cd47409dd4
|
3 |
+
size 3285965
|
checkpoint-13500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be5974db20b4a92980d15255e8d33c2272cc18fbaef82c5c7affe51bf96ae1d2
|
3 |
+
size 14727
|