Hi, I'm Parma Riza Ramadhan. Welcome to my personal website!
As an enthusiast in the evolving world of technology, I constantly explore and learn new concepts. Here, you'll find a collection of my projects, thoughts, and insights into the exciting realms of technology.
Redefining Possibilities with Advanced AI Creativity
Unleash the power of Generative AI and watch as creativity takes center stage. Elevate your projects, campaigns, and innovations by harnessing the brilliance of advanced generative models.
Original image from Unsplash
Pioneering Innovation with State-of-the-Art Large Language Models
Stay at the forefront of technology by developing an LLM to ensure that your company leads the pack in innovation.
How does Indonesia's strategic location in Southeast Asia impact its economic and political ties with neighbors?
OpenAI gpt-3.5-turbo
Indonesia's strategic location enhances economic ties through vital trade routes and fosters political relationships by serving as a regional bridge, influencing diplomatic cooperation with neighboring countries.
Meta llama70b-v2-chat
The strategic position of Indonesia in Southeast Asia enhances economic relations via improved trade routes and fortifies political connections with neighboring countries, promoting regional cooperation.
from langchain_community.llms import Ollama
from langchain_community.embeddings import OllamaEmbeddings
from langchain.chains import RetrievalQA
from langchain.document_loaders import CSVLoader
from langchain.vectorstores import FAISS
llm = Ollama(model="llama2", temperature=0.0)
embeddings = OllamaEmbeddings()
docs = CSVLoader("commpany_data.csv").load()
vector = FAISS.from_documents=docs, embeddings)
retriever = vector.as_retriever()
qa = RetrievalQA.from_chain_type(
llm=llm,
chain_type="stuff",
retriever=retriever
)
query = "Which company is focusing on renewable energy?"
response = qa.invoke(query)
print(response["result"])
Stable Diffusion
Prompt
Cinematic still Beatrix Potter style watercolor. Chibi style, in a rural school, a landscape of pastel colors, emotional, harmonious, vignette, highly detailed
Base Model (SDXL)
Juggernaut XL
Refiner
Realistic Vision V6.0
Refiner
0.6
LoRA
xl_more_art-full
Weight
0.4