Add files using upload-large-folder tool
Browse files- .DS_Store +0 -0
- .idea/.gitignore +8 -0
- .idea/Qwen3-Embedding-8B-GGUF.iml +8 -0
- .idea/inspectionProfiles/Project_Default.xml +21 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +7 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
- .idea/workspace.xml +110 -0
- Qwen3-Embedding-8B-BF16.gguf +3 -0
- Qwen3-Embedding-8B-Q4_K_M.gguf +3 -0
- Qwen3-Embedding-8B-Q5_K_M.gguf +3 -0
- Qwen3-Embedding-8B-Q6_K.gguf +3 -0
- Qwen3-Embedding-8B-Q8_0.gguf +3 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
.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/Qwen3-Embedding-8B-GGUF.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="Python 3.13 (Gpt-Dev)" jdkType="Python SDK" />
|
6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
+
</component>
|
8 |
+
</module>
|
.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="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
5 |
+
<inspection_tool class="GrazieInspection" enabled="false" level="GRAMMAR_ERROR" enabled_by_default="false" />
|
6 |
+
<inspection_tool class="LanguageDetectionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
7 |
+
<inspection_tool class="PyPep8NamingInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false">
|
8 |
+
<option name="ignoredErrors">
|
9 |
+
<list>
|
10 |
+
<option value="N806" />
|
11 |
+
</list>
|
12 |
+
</option>
|
13 |
+
</inspection_tool>
|
14 |
+
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
15 |
+
<option name="processCode" value="true" />
|
16 |
+
<option name="processLiterals" value="true" />
|
17 |
+
<option name="processComments" value="true" />
|
18 |
+
</inspection_tool>
|
19 |
+
<inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
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="Python 3.13 (Gpt-Dev)" />
|
5 |
+
</component>
|
6 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (Gpt-Dev)" project-jdk-type="Python SDK" />
|
7 |
+
</project>
|
.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/Qwen3-Embedding-8B-GGUF.iml" filepath="$PROJECT_DIR$/.idea/Qwen3-Embedding-8B-GGUF.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/workspace.xml
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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="a4298beb-398c-4180-8710-4992edd2a8cf" name="Changes" comment="add models" />
|
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="Git.Settings">
|
14 |
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
15 |
+
</component>
|
16 |
+
<component name="ProjectColorInfo">{
|
17 |
+
"associatedIndex": 4
|
18 |
+
}</component>
|
19 |
+
<component name="ProjectId" id="2znVyvyaS4J2SfB0xyVS3vvJ0rW" />
|
20 |
+
<component name="ProjectViewState">
|
21 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
22 |
+
<option name="showLibraryContents" value="true" />
|
23 |
+
</component>
|
24 |
+
<component name="PropertiesComponent">{
|
25 |
+
"keyToString": {
|
26 |
+
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
27 |
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
28 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
29 |
+
"RunOnceActivity.git.unshallow": "true",
|
30 |
+
"git-widget-placeholder": "main",
|
31 |
+
"node.js.detected.package.eslint": "true",
|
32 |
+
"node.js.detected.package.tslint": "true",
|
33 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
34 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
35 |
+
"nodejs_package_manager_path": "npm",
|
36 |
+
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
|
37 |
+
"vue.rearranger.settings.migration": "true"
|
38 |
+
}
|
39 |
+
}</component>
|
40 |
+
<component name="RecentsManager">
|
41 |
+
<key name="MoveFile.RECENT_KEYS">
|
42 |
+
<recent name="$PROJECT_DIR$" />
|
43 |
+
</key>
|
44 |
+
</component>
|
45 |
+
<component name="SharedIndexes">
|
46 |
+
<attachedChunks>
|
47 |
+
<set>
|
48 |
+
<option value="bundled-js-predefined-d6986cc7102b-b26f3e71634d-JavaScript-PY-251.26094.141" />
|
49 |
+
<option value="bundled-python-sdk-9f8e2b94138c-36ea0e71a18c-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-251.26094.141" />
|
50 |
+
</set>
|
51 |
+
</attachedChunks>
|
52 |
+
</component>
|
53 |
+
<component name="TaskManager">
|
54 |
+
<task active="true" id="Default" summary="Default task">
|
55 |
+
<changelist id="a4298beb-398c-4180-8710-4992edd2a8cf" name="Changes" comment="" />
|
56 |
+
<created>1752367082436</created>
|
57 |
+
<option name="number" value="Default" />
|
58 |
+
<option name="presentableId" value="Default" />
|
59 |
+
<updated>1752367082436</updated>
|
60 |
+
<workItem from="1752367083749" duration="6749000" />
|
61 |
+
<workItem from="1752421986584" duration="54000" />
|
62 |
+
<workItem from="1752441459640" duration="1000" />
|
63 |
+
</task>
|
64 |
+
<task id="LOCAL-00001" summary="update git attributes">
|
65 |
+
<option name="closed" value="true" />
|
66 |
+
<created>1752367255614</created>
|
67 |
+
<option name="number" value="00001" />
|
68 |
+
<option name="presentableId" value="LOCAL-00001" />
|
69 |
+
<option name="project" value="LOCAL" />
|
70 |
+
<updated>1752367255614</updated>
|
71 |
+
</task>
|
72 |
+
<task id="LOCAL-00002" summary="add models">
|
73 |
+
<option name="closed" value="true" />
|
74 |
+
<created>1752367495923</created>
|
75 |
+
<option name="number" value="00002" />
|
76 |
+
<option name="presentableId" value="LOCAL-00002" />
|
77 |
+
<option name="project" value="LOCAL" />
|
78 |
+
<updated>1752367495923</updated>
|
79 |
+
</task>
|
80 |
+
<task id="LOCAL-00003" summary="add models">
|
81 |
+
<option name="closed" value="true" />
|
82 |
+
<created>1752367725530</created>
|
83 |
+
<option name="number" value="00003" />
|
84 |
+
<option name="presentableId" value="LOCAL-00003" />
|
85 |
+
<option name="project" value="LOCAL" />
|
86 |
+
<updated>1752367725530</updated>
|
87 |
+
</task>
|
88 |
+
<option name="localTasksCounter" value="4" />
|
89 |
+
<servers />
|
90 |
+
</component>
|
91 |
+
<component name="TypeScriptGeneratedFilesManager">
|
92 |
+
<option name="version" value="3" />
|
93 |
+
</component>
|
94 |
+
<component name="Vcs.Log.Tabs.Properties">
|
95 |
+
<option name="TAB_STATES">
|
96 |
+
<map>
|
97 |
+
<entry key="MAIN">
|
98 |
+
<value>
|
99 |
+
<State />
|
100 |
+
</value>
|
101 |
+
</entry>
|
102 |
+
</map>
|
103 |
+
</option>
|
104 |
+
</component>
|
105 |
+
<component name="VcsManagerConfiguration">
|
106 |
+
<MESSAGE value="update git attributes" />
|
107 |
+
<MESSAGE value="add models" />
|
108 |
+
<option name="LAST_COMMIT_MESSAGE" value="add models" />
|
109 |
+
</component>
|
110 |
+
</project>
|
Qwen3-Embedding-8B-BF16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:004316b97fb75c8162824d9218893c9f6f297f2a5de6f93a1f1dedb86a597485
|
3 |
+
size 15141156384
|
Qwen3-Embedding-8B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ee07b07ef48e155a3b48836c0930c9435239f072ebec0c1979bff4e1ea8d82
|
3 |
+
size 5409650208
|
Qwen3-Embedding-8B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad20a3f91c2b546893fbafe5813b4b1fa9413c2dc2256f4985696c1e33040bd6
|
3 |
+
size 6155187744
|
Qwen3-Embedding-8B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a350d7c0a8fe1fbfe6f82c65ee920fce7137848e9c15b7aaed0757badf7054f
|
3 |
+
size 6947321376
|
Qwen3-Embedding-8B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e3eff71450423b281eaa8aba18b2db72c07d5e901f82d796ef90dfbcad36c91
|
3 |
+
size 8629499424
|