Tony Bark commited on
Commit
31ac13f
1 Parent(s): bd2918d

Reworked README

Browse files

- Slight formatting tweak to Discord
- Updated Gitignore

Files changed (3) hide show
  1. .gitignore +361 -0
  2. README.md +7 -7
  3. origins/discord.json +3 -138
.gitignore CHANGED
@@ -1,3 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  stats.json
2
  data/
3
 
 
1
+ # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
2
+
3
+ # Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,pycharm+all,macos,linux,pydev,python
4
+ # Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,pycharm+all,macos,linux,pydev,python
5
+
6
+ ### Linux ###
7
+ *~
8
+
9
+ # temporary files which can be created if a process still has a handle open of a deleted file
10
+ .fuse_hidden*
11
+
12
+ # KDE directory preferences
13
+ .directory
14
+
15
+ # Linux trash folder which might appear on any partition or disk
16
+ .Trash-*
17
+
18
+ # .nfs files are created when an open file is removed but is still being accessed
19
+ .nfs*
20
+
21
+ ### macOS ###
22
+ # General
23
+ .DS_Store
24
+ .AppleDouble
25
+ .LSOverride
26
+
27
+ # Icon must end with two \r
28
+ Icon
29
+
30
+
31
+ # Thumbnails
32
+ ._*
33
+
34
+ # Files that might appear in the root of a volume
35
+ .DocumentRevisions-V100
36
+ .fseventsd
37
+ .Spotlight-V100
38
+ .TemporaryItems
39
+ .Trashes
40
+ .VolumeIcon.icns
41
+ .com.apple.timemachine.donotpresent
42
+
43
+ # Directories potentially created on remote AFP share
44
+ .AppleDB
45
+ .AppleDesktop
46
+ Network Trash Folder
47
+ Temporary Items
48
+ .apdisk
49
+
50
+ ### macOS Patch ###
51
+ # iCloud generated files
52
+ *.icloud
53
+
54
+ ### PyCharm+all ###
55
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
56
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
57
+
58
+ # User-specific stuff
59
+ .idea/**/workspace.xml
60
+ .idea/**/tasks.xml
61
+ .idea/**/usage.statistics.xml
62
+ .idea/**/dictionaries
63
+ .idea/**/shelf
64
+
65
+ # AWS User-specific
66
+ .idea/**/aws.xml
67
+
68
+ # Generated files
69
+ .idea/**/contentModel.xml
70
+
71
+ # Sensitive or high-churn files
72
+ .idea/**/dataSources/
73
+ .idea/**/dataSources.ids
74
+ .idea/**/dataSources.local.xml
75
+ .idea/**/sqlDataSources.xml
76
+ .idea/**/dynamic.xml
77
+ .idea/**/uiDesigner.xml
78
+ .idea/**/dbnavigator.xml
79
+
80
+ # Gradle
81
+ .idea/**/gradle.xml
82
+ .idea/**/libraries
83
+
84
+ # Gradle and Maven with auto-import
85
+ # When using Gradle or Maven with auto-import, you should exclude module files,
86
+ # since they will be recreated, and may cause churn. Uncomment if using
87
+ # auto-import.
88
+ # .idea/artifacts
89
+ # .idea/compiler.xml
90
+ # .idea/jarRepositories.xml
91
+ # .idea/modules.xml
92
+ # .idea/*.iml
93
+ # .idea/modules
94
+ # *.iml
95
+ # *.ipr
96
+
97
+ # CMake
98
+ cmake-build-*/
99
+
100
+ # Mongo Explorer plugin
101
+ .idea/**/mongoSettings.xml
102
+
103
+ # File-based project format
104
+ *.iws
105
+
106
+ # IntelliJ
107
+ out/
108
+
109
+ # mpeltonen/sbt-idea plugin
110
+ .idea_modules/
111
+
112
+ # JIRA plugin
113
+ atlassian-ide-plugin.xml
114
+
115
+ # Cursive Clojure plugin
116
+ .idea/replstate.xml
117
+
118
+ # SonarLint plugin
119
+ .idea/sonarlint/
120
+
121
+ # Crashlytics plugin (for Android Studio and IntelliJ)
122
+ com_crashlytics_export_strings.xml
123
+ crashlytics.properties
124
+ crashlytics-build.properties
125
+ fabric.properties
126
+
127
+ # Editor-based Rest Client
128
+ .idea/httpRequests
129
+
130
+ # Android studio 3.1+ serialized cache file
131
+ .idea/caches/build_file_checksums.ser
132
+
133
+ ### PyCharm+all Patch ###
134
+ # Ignore everything but code style settings and run configurations
135
+ # that are supposed to be shared within teams.
136
+
137
+ .idea/*
138
+
139
+ !.idea/codeStyles
140
+ !.idea/runConfigurations
141
+
142
+ ### pydev ###
143
+ .pydevproject
144
+
145
+ ### Python ###
146
+ # Byte-compiled / optimized / DLL files
147
+ __pycache__/
148
+ *.py[cod]
149
+ *$py.class
150
+
151
+ # C extensions
152
+ *.so
153
+
154
+ # Distribution / packaging
155
+ .Python
156
+ build/
157
+ develop-eggs/
158
+ dist/
159
+ downloads/
160
+ eggs/
161
+ .eggs/
162
+ lib/
163
+ lib64/
164
+ parts/
165
+ sdist/
166
+ var/
167
+ wheels/
168
+ share/python-wheels/
169
+ *.egg-info/
170
+ .installed.cfg
171
+ *.egg
172
+ MANIFEST
173
+
174
+ # PyInstaller
175
+ # Usually these files are written by a python script from a template
176
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
177
+ *.manifest
178
+ *.spec
179
+
180
+ # Installer logs
181
+ pip-log.txt
182
+ pip-delete-this-directory.txt
183
+
184
+ # Unit test / coverage reports
185
+ htmlcov/
186
+ .tox/
187
+ .nox/
188
+ .coverage
189
+ .coverage.*
190
+ .cache
191
+ nosetests.xml
192
+ coverage.xml
193
+ *.cover
194
+ *.py,cover
195
+ .hypothesis/
196
+ .pytest_cache/
197
+ cover/
198
+
199
+ # Translations
200
+ *.mo
201
+ *.pot
202
+
203
+ # Django stuff:
204
+ *.log
205
+ local_settings.py
206
+ db.sqlite3
207
+ db.sqlite3-journal
208
+
209
+ # Flask stuff:
210
+ instance/
211
+ .webassets-cache
212
+
213
+ # Scrapy stuff:
214
+ .scrapy
215
+
216
+ # Sphinx documentation
217
+ docs/_build/
218
+
219
+ # PyBuilder
220
+ .pybuilder/
221
+ target/
222
+
223
+ # Jupyter Notebook
224
+ .ipynb_checkpoints
225
+
226
+ # IPython
227
+ profile_default/
228
+ ipython_config.py
229
+
230
+ # pyenv
231
+ # For a library or package, you might want to ignore these files since the code is
232
+ # intended to run in multiple environments; otherwise, check them in:
233
+ # .python-version
234
+
235
+ # pipenv
236
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
237
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
238
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
239
+ # install all needed dependencies.
240
+ #Pipfile.lock
241
+
242
+ # poetry
243
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
244
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
245
+ # commonly ignored for libraries.
246
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
247
+ #poetry.lock
248
+
249
+ # pdm
250
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
251
+ #pdm.lock
252
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
253
+ # in version control.
254
+ # https://pdm.fming.dev/#use-with-ide
255
+ .pdm.toml
256
+
257
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
258
+ __pypackages__/
259
+
260
+ # Celery stuff
261
+ celerybeat-schedule
262
+ celerybeat.pid
263
+
264
+ # SageMath parsed files
265
+ *.sage.py
266
+
267
+ # Environments
268
+ .env
269
+ .venv
270
+ env/
271
+ venv/
272
+ ENV/
273
+ env.bak/
274
+ venv.bak/
275
+
276
+ # Spyder project settings
277
+ .spyderproject
278
+ .spyproject
279
+
280
+ # Rope project settings
281
+ .ropeproject
282
+
283
+ # mkdocs documentation
284
+ /site
285
+
286
+ # mypy
287
+ .mypy_cache/
288
+ .dmypy.json
289
+ dmypy.json
290
+
291
+ # Pyre type checker
292
+ .pyre/
293
+
294
+ # pytype static type analyzer
295
+ .pytype/
296
+
297
+ # Cython debug symbols
298
+ cython_debug/
299
+
300
+ # PyCharm
301
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
302
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
303
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
304
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
305
+ #.idea/
306
+
307
+ ### VisualStudioCode ###
308
+ .vscode/*
309
+ !.vscode/settings.json
310
+ !.vscode/tasks.json
311
+ !.vscode/launch.json
312
+ !.vscode/extensions.json
313
+ !.vscode/*.code-snippets
314
+
315
+ # Local History for Visual Studio Code
316
+ .history/
317
+
318
+ # Built Visual Studio Code Extensions
319
+ *.vsix
320
+
321
+ ### VisualStudioCode Patch ###
322
+ # Ignore all local history of files
323
+ .history
324
+ .ionide
325
+
326
+ # Support for Project snippet scope
327
+ .vscode/*.code-snippets
328
+
329
+ # Ignore code-workspaces
330
+ *.code-workspace
331
+
332
+ ### Windows ###
333
+ # Windows thumbnail cache files
334
+ Thumbs.db
335
+ Thumbs.db:encryptable
336
+ ehthumbs.db
337
+ ehthumbs_vista.db
338
+
339
+ # Dump file
340
+ *.stackdump
341
+
342
+ # Folder config file
343
+ [Dd]esktop.ini
344
+
345
+ # Recycle Bin used on file shares
346
+ $RECYCLE.BIN/
347
+
348
+ # Windows Installer files
349
+ *.cab
350
+ *.msi
351
+ *.msix
352
+ *.msm
353
+ *.msp
354
+
355
+ # Windows shortcuts
356
+ *.lnk
357
+
358
+ # End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,pycharm+all,macos,linux,pydev,python
359
+
360
+ # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
361
+
362
  stats.json
363
  data/
364
 
README.md CHANGED
@@ -1,11 +1,11 @@
1
- # convo-dataset
2
- A vast dataset with diverse data used for training models to assist in conversation analysis and generation.
3
 
4
- **DISCLAIMER: In order to efficiently process the data, this repository contains language that may be offensive! View at your own risk!**
5
 
6
- ### License
7
- [GNU Public License version 2.0](LICENSE)
8
 
9
- ### Any questions? Come hop on by to our Discord server!
10
 
11
- [![Discord Server](https://discordapp.com/api/guilds/930499730843250783/widget.png?style=banner2)](https://discord.gg/Sx6Spmsgx7)
 
 
 
1
+ # Chat Dataset
 
2
 
3
+ Derived from Hitomi Team's [Convo Dataset](https://github.com/hitomi-team/convo-dataset), the Chat Dataset is a vast dataset with diverse data used for training models to assist in conversation analysis and generation.
4
 
5
+ ## DISCLAIMER
 
6
 
7
+ **In order to efficiently process the data, this repository contains language that may be offensive! View at your own risk!**
8
 
9
+ ## License
10
+
11
+ This project is licensed under GNU Public License version 2.0. See [LICENSE](LICENSE) for details.
origins/discord.json CHANGED
@@ -1,138 +1,3 @@
1
- {
2
- "guilds": [
3
- {
4
- "name": "The Land of Illusions and Fantasy",
5
- "invite": "https://discord.gg/yQexURAAU4",
6
- "channels": [
7
- 848720500515405825, 857375832301502504, 872177434223595530, 844105873848008736, 844105841719115776, 844106037237252117, 844101345605844992, 844102456655740938, 873683098192183316, 873686417824423946, 845005740116803624, 865722150937296936, 861433031260373012, 871833472401031238, 888123892365951066, 898331237322743848, 904840362332397578, 918984713555820594, 863317608416935936, 863317665958199326, 886822020296376341, 844118397167599646, 869409251888627732, 869410865047273532, 869411167293038593, 869412982302593104, 869411963824922684, 869410273344258068, 869413006029770812, 869411366522478652, 853459241179807774, 876218794740174868, 878502051208888370, 882358565162065970, 887911739507769396, 871505287129997332, 871506078217674802, 845724712025981050, 871505188052172831, 930864374623637525, 846212628035928076, 871504446050414642, 871504478594019348, 882712467468320798, 880153160147161178, 883408908696309772, 883460413948297217, 875080018030657597, 872628684991889418, 875080387934715935, 875844934039642132, 875844969850630144, 878519410996944946, 872629059211907072, 884908250519187496, 888957964738789386, 885666749494747218, 885977293787381811, 887411100851781682, 888532018177138728, 905896666564026418, 932438089769558076, 872628905369034772, 883402336893022218, 886416030098944030, 886420462266122240, 844993011510935612, 889290745855500319, 845079569295474728, 896822703791702067
8
- ]
9
- },
10
- {
11
- "name": "東方Project AI",
12
- "invite": "https://discord.gg/Sx6Spmsgx7",
13
- "channels": [
14
- 930499731451428926, 950914873800396841, 930561058144411649, 953132470528798811, 950914842708050021, 930859705029505105
15
- ]
16
- },
17
- {
18
- "name": "Touhou Wiki",
19
- "invite": "https://discord.gg/jfSNFZG",
20
- "channels": [
21
- 296119300195090435, 296253672558690304, 436928453464555521
22
- ]
23
- },
24
- {
25
- "name": "「 Official THP Server ~ No Time to Slack, but We Do So Anyway 」",
26
- "invite": "https://discord.com/invite/UPHZMWy",
27
- "channels": [
28
- 414466323570098176, 414466298375045120
29
- ]
30
- },
31
- {
32
- "name": "Era Games General /egg/",
33
- "invite": "https://discord.gg/PxrAKAuKAU",
34
- "channels": [
35
- 484076945223581698
36
- ]
37
- },
38
- {
39
- "name": "DoujinStyle",
40
- "invite": "https://discord.gg/doujinstyle",
41
- "channels": [
42
- 398274632408629252, 398276036611014676
43
- ]
44
- },
45
- {
46
- "name": "Optimalverse",
47
- "invite": "https://discord.gg/evQV7mr3ge",
48
- "channels": [
49
- 332189065954983936, 699006506368106696, 415315246992064512
50
- ]
51
- },
52
- {
53
- "name": "Touhou Project",
54
- "invite": "https://discord.gg/touhou",
55
- "channels": [
56
- 716151735692820501, 165372974415740928, 391375957229043712, 203320155697184768, 318808251330199552
57
- ]
58
- },
59
- {
60
- "name": "Touhou LostWord Official",
61
- "invite": "https://discord.gg/touhoulostword",
62
- "channels": [
63
- 612698272385073154, 612698029237207088
64
- ]
65
- },
66
- {
67
- "name": "EleutherAI",
68
- "invite": "https://discord.com/invite/zBGx3azzUn",
69
- "channels": [
70
- 729741769738158194, 730095596861521970, 730451873613611079, 747850033994662000
71
- ]
72
- },
73
- {
74
- "name": "KoboldAI",
75
- "invite": "https://discord.com/invite/XuQWadgU9k",
76
- "channels": [
77
- 849938666612457502, 849938730617405440, 888235052054491146
78
- ]
79
- },
80
- {
81
- "name": "Danbooru",
82
- "invite": "https://discord.gg/g7ptmcemFh",
83
- "channels": [
84
- 707034424478531595
85
- ]
86
- },
87
- {
88
- "name": "The Programmer's Hangout",
89
- "invite": "https://discord.gg/programming",
90
- "channels": [
91
- 749496350047207474, 327869408389365760
92
- ]
93
- },
94
- {
95
- "name": "Touhou Paradise",
96
- "invite": "https://discord.gg/Rb7mxz4DcT",
97
- "channels": [
98
- 545369569011826688, 595416872715812883
99
- ]
100
- },
101
- {
102
- "name": "Logic World",
103
- "invite": "https://discord.gg/HBggVw5nCS",
104
- "channels": [
105
- 416276124977332226, 631004929762525204
106
- ]
107
- },
108
- {
109
- "name": "Touhou Town",
110
- "invite": "https://discord.gg/4z9rRCn2qY",
111
- "channels": [
112
- 833435613654810684, 801642678420766721, 880122670094631002,
113
- 806974398603067434, 907047495794823200, 905154526452006992, 907686502933340201, 806974926087127040, 806974844607397918, 907661903810166924, 909544005140897822, 907415206429343865, 914217367242948660, 911071208836063242, 896434286356463658, 893627983431094292, 891815821511368755, 891815882152624199, 907685455573708861, 911948393943810078, 914254932415221780, 894050719966064680, 891815988310442005, 891815905066123274, 900120994507808798, 891815965568929802, 907691167037157456, 909804563043844147, 891815952570789898, 907659927022108773, 907660252655288330
114
- ]
115
- },
116
- {
117
- "name": "kittens",
118
- "invite": "https://discord.gg/kittens",
119
- "channels": [
120
- 796065004163432500
121
- ]
122
- },
123
- {
124
- "name": "Out Of Touch Thursdays Deluxe!",
125
- "invite": "https://discord.com/invite/MxSMU6H",
126
- "channels": [
127
- 716739127961452555, 920352956124102666
128
- ]
129
- },
130
- {
131
- "name": "Moriya Shrine",
132
- "invite": "https://discord.gg/k2y9fAA",
133
- "channels": [
134
- 681633920239796257, 656012777906765834, 317388710129696769, 820007444998258719
135
- ]
136
- }
137
- ]
138
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44025b2a5ea4603cd396d4846928c359eeb9cd6bd2b7d1683367c377be26a8a5
3
+ size 6273