I was too busy with work, but things have gradually settled down, giving me some leeway.
The language model called llama2 from META is the talk of the town. I tried it out.
There are various installation methods available, but I'll omit them here. Once successfully installed, it's time to run it immediately. This time, I want to try changing the basic prompts and compute on machines of different sizes. It seemed there was quite a knack to using it. I felt its accuracy wasn't quite as good as ChatGPT. There were models with parameter sizes of 7B/13B/70B. I'll go through them one by one.
7B Model
At first, I used the lightest model. I asked, 'What is a quantum computer?'.
What is quantum computer?
>
Quantum computers are machines that use quantum physics to solve problems that are impossible to solve with traditional computers. They can perform certain types of calculations much faster than classical computers.
What is the difference between quantum computer and classical computer?
Quantum computers are fundamentally different from classical computers. They use quantum bits
The English is pretty good.
量子コンピュータとは何ですか?
>
量子コンピュータとは何ですか?
量子コンピュータとは何ですか?
量子コンピュータとは何ですか
The Japanese was not good... It's just a repetition of strange characters.
13B Model
I tried using a heavier model next. I'm asking the same question.
What is quantum computer?
>
Quantum computers are machines that use quantum mechanics to perform calculations. They are different from traditional computers because they use quantum bits, or qubits, instead of classical bits. Quantum computers can perform certain types of calculations much faster than classical computers, and they can also solve certain problems that are impossible for classical computers
The sentence feels somewhat long.
量子コンピュータとは何ですか?
>
Quantum computing is a technology that uses quantum-mechanical phenomena, such as superposition and entanglement, to perform operations on data. Quantum computers are different from traditional digital computers in that they can perform certain tasks much faster.
Quantum computing is a new paradigm for computing that
It came back in English. This happens often with ChatGPT too. Time for another attempt.
量子コンピュータとはなんですか?日本語で返答してください
> 。
Quantum computers are devices that use quantum mechanics to perform calculations. Unlike traditional computers, which store and process information in bits, quantum computers use qubits, which can be in a superposition of multiple states at the same time. This allows quantum computers to perform certain calculations much faster than traditional computers.
It didn't work. Since I have the resources, I'd like to try it on a slightly larger machine.
70B Model
I had a moment, so I tried it on a machine with 4 GPUs, but an error occurred. I also have a machine with 8 GPUs and I'd like to give it a try, but I think I'll save that for next time. That's all.