ninjasaid13
ninjasaid13 t1_jegy25s wrote
Reply to [P] Introducing Vicuna: An open-source language model based on LLaMA 13B by Business-Lead2679
Everybody rereleasing llama models with a different name and license.
ninjasaid13 t1_jegocr0 wrote
Reply to comment by darthmeck in [D][N] LAION Launches Petition to Establish an International Publicly Funded Supercomputing Facility for Open Source Large-scale AI Research and its Safety by stringShuffle
>In case the LAION discovers a new architecture that dwarfs the capability of LLMs, they should never be able to say “ok time to start a company and mint billions now!”.
exactly
ninjasaid13 t1_jedn83g wrote
Reply to comment by Circ-Le-Jerk in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
Well this isn't private sector right? CERN is nothing like OpenAI.
ninjasaid13 t1_jedlnfo wrote
Reply to comment by agonypants in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
good thing that this isn't US congress controlled.
ninjasaid13 t1_jedlai2 wrote
Reply to comment by Circ-Le-Jerk in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
It's publicly funded government project right? so it's not like OpenAI.
ninjasaid13 t1_jed0yua wrote
Reply to comment by Circ-Le-Jerk in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
Any reason to assume a organization with a completely different structure to open AI will act like open AI?
ninjasaid13 t1_jed0lj8 wrote
Reply to comment by TruckNuts_But4YrBody in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
>How about use the taxes from businesses that use AI to eliminate jobs
Not really at that stage at a mass scale yet.
ninjasaid13 t1_jebjax5 wrote
Reply to comment by agonypants in LAION launches a petition to democratize AI research by establishing an international, publicly funded supercomputing facility equipped with 100,000 state-of-the-art AI accelerators to train open source foundation models. by BananaBus43
>Quite frankly, I trust the morality of Google/Microsoft/OpenAI far more than I do the morality of our pandering, corrupt, tech-illiterate "leaders."
are you talking about U.S. leaders or leaders in general?
ninjasaid13 t1_je02b7m wrote
$peed?
ninjasaid13 t1_jdy2pqq wrote
Reply to comment by kawin_e in [D] Instruct Datasets for Commercial Use by JohnyWalkerRed
>one academic/industry group
which one?
ninjasaid13 t1_jdy2mgw wrote
Reply to comment by rshah4 in [D] Instruct Datasets for Commercial Use by JohnyWalkerRed
>Right now most companies aren’t donating 50k+ datasets to the public, but I expect this will change soon.
see openassistant dataset that will be publicly released on april 15th for open-source.
ninjasaid13 t1_jdxrw65 wrote
Reply to comment by wind_dude in [D] Instruct Datasets for Commercial Use by JohnyWalkerRed
They're going to open source it on April 15 last I heard. They're still gathering with the cut off date at April 12.
ninjasaid13 t1_jdx9x3n wrote
Reply to comment by Smallpaul in [D] Instruct Datasets for Commercial Use by JohnyWalkerRed
can you even copyright a dataset generated by an AI?
ninjasaid13 t1_jdiag2c wrote
Reply to comment by riceandcashews in Stanford Researchers Take Down Alpaca AI Over Cost and Hallucinations by matt2001
but not chatgpt.
ninjasaid13 t1_jdi8ynp wrote
Reply to comment by riceandcashews in Stanford Researchers Take Down Alpaca AI Over Cost and Hallucinations by matt2001
>ChatGPT
technically a different gpt was used as far as I know.
ninjasaid13 t1_jd1qauw wrote
Reply to comment by Ayacyte in [P] OpenAssistant is now live on reddit (Open Source ChatGPT alternative) by pixiegirl417
in what way?
ninjasaid13 t1_jcwwgt5 wrote
Reply to comment by Art10001 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
now what?
ninjasaid13 t1_jcufsqf wrote
Reply to comment by simpleuserhere in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
I'm getting a new error
C:\Users\ninja\source\repos\alpaca.cpp>make chat
process_begin: CreateProcess(NULL, uname -s, ...) failed.
process_begin: CreateProcess(NULL, uname -p, ...) failed.
process_begin: CreateProcess(NULL, uname -m, ...) failed.
'cc' is not recognized as an internal or external command,
operable program or batch file. 'g++' is not recognized as an
internal or external command, operable program or batch file.
I llama.cpp build info: I UNAME_S: I UNAME_P: I UNAME_M: I
CFLAGS: -I. -O3 -DNDEBUG -std=c11 -fPIC -
mfma -mf16c -mavx -mavx2 I CXXFLAGS: -I. -I./examples -O3 -
DNDEBUG -std=c++11 -fPIC I LDFLAGS: I CC: I CXX:
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC chat.cpp
ggml.o utils.o -o chat process_begin: CreateProcess(NULL, g++
-I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC chat.cpp
ggml.o utils.o -o chat, ...) failed. make (e=2): The system
cannot find the file specified. Makefile:195: recipe for
target 'chat' failed make: *** [chat] Error 2
ninjasaid13 t1_jcubyue wrote
Reply to comment by simpleuserhere in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
so it won't work? do I need to install MinGW?
ninjasaid13 t1_jcuajwh wrote
Reply to comment by simpleuserhere in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
yes I have cygwin.
ninjasaid13 t1_jcu9nfv wrote
Reply to comment by simpleuserhere in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
I believe I already have the build.
I still get this error
C:\Users\****\Downloads\alpaca\alpaca.cpp>make chat
I llama.cpp build info: I UNAME_S: CYGWIN_NT-10.0 I UNAME_P:
unknown I UNAME_M: x86_64 I CFLAGS: -I. -O3 -
DNDEBUG -std=c11 -fPIC -mfma -mf16c -mavx -mavx2 I
CXXFLAGS: -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC I
LDFLAGS: I CC: cc (GCC) 10.2.0 I CXX: g++ (GCC)
10.2.0
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC chat.cpp
ggml.o utils.o -o chat chat.cpp: In function 'int main(int,
char**)': chat.cpp:883:26: error: aggregate 'main(int,
char**)::sigaction sigint_action' has incomplete type and
cannot be defined 883 | struct sigaction
sigint_action; | ~~~~~~~~~~~~
chat.cpp:885:9: error: 'sigemptyset' was not declared in this
scope 885 | sigemptyset (&sigint_action.sa_mask); |
~~~~~~~~~~ chat.cpp:887:47: error: invalid use of incomplete
type 'struct main(int, char**)::sigaction' 887 |
sigaction(SIGINT, &sigint_action, NULL); |
^ chat.cpp:883:16: note: forward declaration of 'struct
main(int, char**)::sigaction' 883 | struct sigaction
sigint_action; | ~~~~~~~~ make: *** [Makefile:195: chat] Error 1
ninjasaid13 t1_jcu1odb wrote
Reply to comment by simpleuserhere in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
I have a problem with
C:\Users\****\source\repos\alpaca.cpp\build>make chat
make: *** No rule to make target 'chat'. Stop.
and
C:\Users\****\source\repos\alpaca.cpp>make chat
I llama.cpp build info: I UNAME_S: CYGWIN_NT-10.0 I
UNAME_P: unknown I UNAME_M: x86_64 I CFLAGS: -I.
-O3 -DNDEBUG -std=c11 -fPIC -mfma -mf16c -mavx -
mavx2 I CXXFLAGS: -I. -I./examples -O3 -DNDEBUG -
std=c++11 -fPIC I LDFLAGS: I CC: cc (GCC)
10.2.0 I CXX: g++ (GCC) 10.2.0
cc -I. -O3 -DNDEBUG -std=c11 -fPIC -
mfma -mf16c -mavx -mavx2 -c ggml.c -o ggml.o g++ -
I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -c
utils.cpp -o utils.o g++ -I. -I./examples -O3 -
DNDEBUG -std=c++11 -fPIC chat.cpp ggml.o utils.o -o
chat chat.cpp: In function 'int main(int, char**)':
chat.cpp:883:26: error: aggregate 'main(int,
char**)::sigaction sigint_action' has incomplete type
and cannot be defined 883 | struct sigaction
sigint_action; |
~~~~~~~~~~~~ chat.cpp:885:9: error: 'sigemptyset' was
not declared in this scope 885 | sigemptyset
(&sigint_action.sa_mask); | ~~~~~~~~~~
chat.cpp:887:47: error: invalid use of incomplete
type 'struct main(int, char**)::sigaction' 887 |
sigaction(SIGINT, &sigint_action, NULL); |
^ chat.cpp:883:16: note: forward declaration of
'struct main(int, char**)::sigaction' 883 |
struct sigaction sigint_action; |
~~~~~~~~ make: *** [Makefile:195: chat] Error 1
using windows.
ninjasaid13 t1_jcsv2oi wrote
Reply to comment by ReasonablyBadass in [P] The next generation of Stanford Alpaca by [deleted]
It's what the copyright office said according to that midjourney comic that was being registered for copyright.
Since it was created by an AI the output cannot be registered for copyright and licensing doesn't hold power on something that's in public domain.
ninjasaid13 t1_jcsth4w wrote
Reply to comment by ReasonablyBadass in [P] The next generation of Stanford Alpaca by [deleted]
>Careful. That MIT license won't work, I think, thanks to ClosedAIs licences
Generally, copyright requires human authorship. If the output of an AI model is solely generated by a machine without human input, it may not be eligible for copyright protection and fall under public domain.
ninjasaid13 t1_jeh2s4o wrote
Reply to comment by TitusPullo4 in [R] The Debate Over Understanding in AI’s Large Language Models by currentscurrents
>Consciousness is having a subjective experience.
and what's the definition of subjective?