Category: Artificial Intelligence
Google’s GEMINI ULTRA 1.0 Just Dropped (First Look) – Beats GPT4?
Apple’s AI Era Has Begun…
Adding Custom Models to Ollama
- LlamaForCausalLM
- MistralForCausalLM
- RWForCausalLM
- FalconForCausalLM
- GPTNeoXForCausalLM
- GPTBigCodeForCausalLM
[mistral7b_ocr_to_json_v1] Architecture=MistralForCausalLM
[Finetune LLM to convert a receipt image to json or xml]
On WSL2:bash <(curl -sSL https://g.bodaay.io/hfd) -h./hfdownloader -s . -m mychen76/mistral7b_ocr_to_json_v1
Windows Command Prompt:docker pull ollama/quantize
After download completes:docker run --rm -v .:/model ollama/quantize -q q4_0 /model

Create a Modelfile text file with no extension:FROM ./q4_0.bin
TEMPLATE [INST] {{ .System }} {{ .Prompt }} [/INST]
Create a folder for the model in the docker container:docker exec -it ollama mkdir /model
Copy all the local files into the container /model folder.docker cp . ollama:/model
Create the model:docker exec -it ollama ollama create mychen76_mistral7b_ocr_to_json_v1 -f /model/Modelfile
Run the model:docker exec -it ollama ollama run mychen76_mistral7b_ocr_to_json_v1
Make any changes to the Modelfile and copy the changes to the container:docker cp Modelfile ollama:/model
Repeat the create model step as needed.
AI Facetuning is INCREDIBLE! Let’s install it Locally for FREE! | Photomaker
Zuck: “Meta AGI will be OPEN-SOURCE!” (I was wrong about Meta)
Full Review Apple Vision Pro (AI Trojan Horse)
I Analyzed My Finance With Local LLMs
mozilla/TTS
Ollama Copilot (Text to Speech) v1.0.3
There’s a New Ollama and a New Llava Model
FAST Local Live LLM Preview Window – Phi-2 / Mistral 7B Uncensored
Ollama Copilot (Speech to Text) v1.0.2
Python Text To Speech Using pyttsx3
Is Twinny an Even Better Local Copilot
Video classification with a 3D convolutional neural network
AI News: GPT-4-Level Open Source, New Image Models, Neuralink (And More)
New LEAKED Info About Apple’s AI Strategy 🍎
KREA AI “This will blow your Mind!” | Realtime 3D CGI to AI Imagery
Using Llama Coder As Your AI Assistant
Feature Request: [Add api/stream endpoint useful for visualization