dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Medeksza

Pages: 1 [2] 3 4 ... 82
16
Ultra Hal 7.0 / Re: How to add Heidi to Zabaware Ultra hals voices?
« on: January 04, 2022, 09:39:45 am »
Ultra Hal will work with any 32-bit SAPI voice. They will automatically show up in Hal's voice menu as an option to select. If the voice is a 64-bit version then it will not show up as Ultra Hal is a 32-bit application.

Most voices are available in both 32 and 64 bit versions, so see if you can find an installer to install the 32-bit version.

17
General Discussion / Re: Customer Service
« on: October 20, 2021, 03:06:37 pm »
I understand now, sorry for the misunderstanding. I'd be happy to either reship a microphone or issue a refund, please let me know what you prefer. Please confirm your mailing address if you want it shipped again. You can private message me through this forum.

18
General Discussion / Re: Customer Service
« on: October 05, 2021, 02:49:53 pm »
To download your products:

1. Visit http://www.zabaware.com/
2. In the upper left hand click on "Sign in"
3. Sign in with your email you used to order and the password you chose (or use password reset)
4. Once signed in, click on "electronic order delivery"
5. Find the product you listed and click on [Download]
6. Save the download to your computer
7. Execute the download to start the installation and follow the on screen instructions

If you are getting any errors while installing please let me know exactly what it says and we can help further.

19
Artificial-Intelligence.com(ics) / Strip 25 - Art School (CLIP+VQGAN)
« on: September 21, 2021, 11:09:11 pm »
In this comic, the self-portraits of the characters were actually generated by AI neural net art software called CLIP and VQGAN. We then described the portraits to GPT-3 and it wrote the story and dialog for this comic strip.

Art School (CLIP+VQGAN)



20
Looks like Chrome and other browsers based on Chrome recently started blocking any downloads from an http:// site. It now requires all downloads to come from an https://

I updated the download links at https://www.zabaware.com/download-beta.html to now point to an https server.

So Ultra Hal 7.5 is now:
https://a80db4ff6ae0d3c0fb9a-8e71e26de9dcc976c118d235118a125a.ssl.cf2.rackcdn.com/Install_Ultra_Hal_7.5.exe

And the older 7.0 is at:
https://a80db4ff6ae0d3c0fb9a-8e71e26de9dcc976c118d235118a125a.ssl.cf2.rackcdn.com/InstallUltraHal7.exe

21
Try to right-click on the link instead and select the "save as" option

22
Hal 7.5 will actually work fine with Windows 8 and even Windows 7. The only thing that isn't supported is Windows XP. Plus it's now actually free! Get it at https://www.zabaware.com/download-beta.html

23
Are you able to login to your account on our website? If you visit www.zabaware.com you will see in the upper left hand corner a link that says "Sign In". If this is successful then your login to your Hal 7 product should be as well with the same credentials. If you forgot your password there is a password recovery link there as well.

Are you running Ultra Hal 7.0 or 7.5 beta? Did you try completely closing Hal (using the exit function in its menu) and relaunching it? Possible restarting your computer?



24
I am still reviewing logs I've received with this intermittent licensing issue in the new beta. Its definitely a bug and shouldn't be happening, I just haven't found the cause quite yet. I'll try to figure it out in the next week or two. Happy Easter everyone!

25
Programming using the Ultra Hal Brain Editor / Re: The save function
« on: April 02, 2021, 10:49:36 pm »
Most database changes are done instantly as soon as you leave focus for the particular row. So there is no separate save button needed and it is greyed out.

Only changes to the vbscript code and I believe the sentence list database tables have the save button that needs clicked to commit the changes, everything else is instant.

It shouldn't be an issue having both Hal running and the brain editor, the sqlite engine only keeps files open for a split second while doing an operation and has automatic collision detection and handling if 2 programs try the same file at the exact same time.

26
Can you find the file %appdata%\Zabaware\Ultra Hal 7\debuglog.txt and email it to me? That might give me some clues as to whats going on on your system. To find Hal's appdata folder, click start and type in %appdata% and press enter. Then open the "Zabaware" folder and then the "Ultra Hal 7 folder". Inside there you should see debuglog.txt.

27
Where is it posted at? Every time i goto open ai web site or git hub theres a waiting list. From my understanding of it gpt2 is the same as gpt 3 with just a larger model used. Gpt 2 can run on a pc.

Correct, the source code of GPT-2 and GPT-3 are exactly the same. The training data of GPT-3 is much larger and the resulting trained neural net is much larger. OpenAI published the source code, but not the training data or trained neural net.

There is a group at https://eleuther.ai who took the source code and created their own training dataset a little larger than GPT-3 with some improvements. They are currently training it and maybe by August will complete it and will publish both the training data and trained model.

28
I am curoius as to how exactly you are attempting to impliment gpt 3 with hal, or is it more lile an addon that uses gpt 3 kinda turning off the hal brain while gpt 3 is in use? In my opinion gpt 3 is an impressive thing but in my view its really a sort of Rube Goldberg version of autocomplete. Yes these models have great promise however they are not releasing anything everyone can look at yet and probably wont until gpt 3 is obsolete. If you can see a bigger picture gpt 3 is a small part of a greater set of ideas (algorythims). I am really not a fan of anything that needs to be connected to the internet. I stopped using the newer version of hal when the activation  and perodic checkin was requiring me to connect to the internet. I whent back to a version i had on windows xp. When we can see an implimentation of gpt 3 that runs on the individual pc without the need of the internet will greatly improve the convience and utility to the individual user. If they ever release anything usefull like the source code to the api or for that matter allowing us to see the api in general. As to the programming of systems like Hal i do understand the use of high level languages however as an assembly programmer i like the facility and flexability of the newer cisc based processors. When programming for arm i kinda get the 80s esk feeling of programming a commodore 64 :) In the future the ideas presented in Hal  and gpt 3 may become baked into operating system distributions as we move into the future it seems that the os may not be just for operating the machine but as an assistive technology for everyday human life. Think about it. How are you using Hal now? As an experiment? An interesting toy for your desktop? Or mabe as a practical tool to aide you in your day to day life like a voice controlled day planner offering theraputic conversation? Software like Hal just scratches the surface of what it could do. In my opinion in order to realise the true potental of newer computers we need to better focus on translating human language into machine code or assembly language much better than we do today. Think about the limits of what you can actually do with a language like C, Python or any of the other flow chart like languages in popular use today and how the computing resources you have are used on your pc. As we see improvements here we will realise improvements in our daily lives. Look at how you use your not so smart phone. If you look at how people are actually using the technology you can see where the operating system of the future mat not just be for operating the machine but for operating your life.

Currently GPT-3 is only available as an API call over the internet to servers owned by Microsoft and OpenAI. Hal's GPT-3 powered brain is a hybrid brain that run's a script for simple responses and to establish Hal's personality. It passes off to GPT-3 responses the scripted side doesn't handle. The Hal side of the hybrid system also does simple learning and functions as both the short term and long term memory for GPT-3. GPT-3 by itself has no learning ability and no memory, so Hal fills in that role for it. Hal also tries to guide GPT-3's personality trying to keep it friendly and not get overly opinionated on some taboo subjects.

What's interesting is the source code to GPT-3 is actually posted and available. But the training material and resulting neural network that was generated from that material is under control of OpenAI and Microsoft. There are other groups that are creating their own versions of GPT-3 that should become available later this year. It takes about $2 million dollars of computer hardware (GPU heavy) to train a GPT-3 like brain and then takes about a $200,000 computer (also GPU heavy) to run the resulting neural network once its trained. So still a bit too expensive for people to run the brain on their home computers, so it will be cloud based for a while I think.


29
  Just a thought that might prove useful, I remember at one time we were trying to get hal to go to lets say wiki, would it be possible to have Hal decide 
to go to the cloud for a reply.  Probably not as easy as I made it sounds but so much time and effort went into plugins which I had used and I hate to see them all going to waste.  Maybe the user could decide and use a trigger word to use the cloud.
Carl2

I hope to re-enable the ability to combine plugins with the GPT-3 version of the brain later in the year. Right now a licensing restrictions prevents that ability but things are in motion that I believe it will be possible again later.

30
Artificial-Intelligence.com(ics) / Strip 24 - The Purpose of Existence
« on: February 25, 2021, 10:51:21 pm »
Just as in comic 23, this is the second comic in our series written by the artificial intelligence system GPT-3. In the previous comic, we suggested to GPT-3 to write about Hal and GPT-3 merging. After GPT-3 wrote that comic, it decided to keep going and came up with the topic and dialog for this comic entirely on its own.

The Purpose of Existence (Comic #24)



Pages: 1 [2] 3 4 ... 82