Commit Graph

727 Commits

Author SHA1 Message Date
Zach
e4e88dff33 fix: data processing 2023-04-06 03:03:34 +00:00
Zach
c2fc164779 fix: configs 2023-04-05 20:42:35 +00:00
Zach
838b19bea5 fix: try except push 2023-04-05 20:42:22 +00:00
Andriy Mulyar
828a3a67fa Formatting Update 2023-04-05 14:10:00 -04:00
Andriy Mulyar
5977a650e6 Typescript and Langchain bindings 2023-04-05 13:24:47 -04:00
Andriy Mulyar
f90831180e Added MD5 signatures to ecosystem links. 2023-04-05 13:15:23 -04:00
Andriy Mulyar
873a558825 Typescript bindings link 2023-04-05 13:03:17 -04:00
Andriy Mulyar
d617c54a5e GPT4All Compatibility Ecosystem 2023-04-05 12:48:54 -04:00
Andriy Mulyar
467dc5bc7e Discord Link 2023-04-04 23:23:34 -04:00
Zach Nussbaum
885b7f1a3a feat: multinode setup 2023-04-05 02:53:04 +00:00
Zach Nussbaum
98ceac34e1 fix: gptj multinode 2023-04-05 02:52:44 +00:00
Zach Nussbaum
0c8666f635 fix: ignore env 2023-04-05 02:52:21 +00:00
Zach Nussbaum
9567f445b8 fix: only on first process, not once on every node 2023-04-05 02:36:22 +00:00
Zach Nussbaum
ad33b83a48 fix: eval func 2023-04-04 23:25:37 +00:00
Zach
8dd99cc00a fix: prompt len for larger 2023-04-04 22:01:55 +00:00
Zach Nussbaum
63ff39653d feat: gpt-j config 2023-04-04 20:58:08 +00:00
Zach Nussbaum
32357c920f feat: adamw, fix training, log gradients 2023-04-04 20:57:42 +00:00
Zach Nussbaum
c68311810a fix: clean up data, pad at end 2023-04-04 20:53:23 +00:00
Zach Nussbaum
f45eb001a1 fix: clean where prompt is randomly 1 char 2023-04-04 20:47:21 +00:00
Zach Nussbaum
c7f4ca25e4 chore: gitignore ckpts 2023-04-04 20:46:57 +00:00
Malik M Alnakhaleh
61174c9b72 Merge branch 'nomic-ai:main' into main 2023-04-03 20:10:03 -04:00
Malik M Alnakhaleh
4802a72f52 Update README.md
Fixing punctuation and capitalization to maintain consistency within the README file.
2023-04-03 20:09:51 -04:00
Zach Nussbaum
e6cd5fd04d Merge pull request #174 from waybarrios/fixing_data_bug
DatasetDict to dataset object.
2023-04-03 17:34:23 -04:00
Andriy Mulyar
cdff917b50 Merge pull request #181 from joliss/readme
Fix `git submodule` instructions
2023-04-03 17:21:50 -04:00
Andriy Mulyar
87a4fa3b2e Merge pull request #161 from gourcetools/main
Create launcher.sh
2023-04-03 17:20:28 -04:00
Andriy Mulyar
cc4a1e800b Merge pull request #96 from eltociear/patch-1
Fix typo in TRAINING_LOG.md
2023-04-03 17:18:11 -04:00
Andriy Mulyar
6dde6a7c60 Merge pull request #148 from HiraduNakamura/patch-1
Made capitalization consistent
2023-04-03 17:17:52 -04:00
Andriy Mulyar
560f48737d Merge pull request #146 from ParisNeo/gitignore_update
Added vscode files to gitignore
2023-04-03 17:16:22 -04:00
Andriy Mulyar
a782025ab6 Updated Python Bindings 2023-04-03 01:50:43 -04:00
Jo Liss
4af3bccff1 Fix git submodule instructions 2023-04-02 19:19:02 +03:00
Chris Messina
0e74c70794 Update README.md
Type and formatting improvements.
2023-04-01 21:24:19 -07:00
Wayner Barrios
157bb8f602 DatasetDict to dataset object. 2023-04-01 23:52:25 -04:00
gourcetools
2dfef9741a Create launcher.sh
The script detects the user's operating system, lists available .bin files and prompts the user to select a .bin file to run.
Ensuring a more user-friendly experience.
2023-04-01 17:30:40 +02:00
HiraduNakamura
c0b3de3814 Made capitalization consistent 2023-03-31 20:26:09 -04:00
ParisNeo
bc99eabfa1 added *.bin to the gitignore 2023-04-01 01:35:50 +02:00
ParisNeo
e07985e83c Added vscode files to gitignore 2023-04-01 01:16:16 +02:00
Andriy Mulyar
6a9b3fc3f7 Update README.md 2023-03-31 12:29:38 -04:00
Sajjad
64c346fb08 Update README.md
removed extra line: ``
2023-03-31 02:50:02 -05:00
Sajjad
632c44b606 Update README.md unfiltered.bin Instructions
Added terminal commands to run gpt4all-lora-unfiltered-quantized.bin on Mac, Windows, Linux, Intel OS
2023-03-31 02:48:14 -05:00
Andriy Mulyar
ada7f544a4 Merge pull request #116 from Yuvanesh-ux/patch-1
Direct users to discord for help
2023-03-30 17:55:55 -04:00
Yuvanesh-ux
495effae7b Update README.md 2023-03-30 17:53:24 -04:00
Andriy Mulyar
400bfec0d3 Merge pull request #110 from mudler/patch-1
Fix typo
2023-03-30 16:20:25 -04:00
Ettore Di Giacinto
5c9b181789 Fix typo 2023-03-30 21:51:40 +02:00
Benjamin Schmidt
377a09fded Update README.md 2023-03-30 13:47:04 -04:00
Benjamin Schmidt
de0f8602ca Update README.md 2023-03-30 13:46:03 -04:00
Andriy Mulyar
40ea0a74d0 Huggingface Datasets link 2023-03-30 12:54:28 -04:00
Brandon Duderstadt
bbf2ce6339 Merge pull request #97 from nomic-ai/roadmap
updated roadmap
2023-03-30 12:32:37 -04:00
bstadt
8c9c02e42b updated roadmap 2023-03-30 12:32:14 -04:00
Ikko Eltociear Ashimine
8ac7c1a9fe Fix typo in TRAINING_LOG.md
Conditonal -> Conditional
2023-03-31 00:53:53 +09:00
Andriy Mulyar
f7d4b4bde7 Merge pull request #93 from BoQsc/BoQsc-patch-2
Update README.md - Improve the Try it yourself section.
2023-03-30 11:33:15 -04:00