John Smith's picture

John Smith PRO

John6666

AI & ML interests

None yet

Recent Activity

liked a model 19 minutes ago
oriental-lab/Tr-Jp-LLM-1.5B-v2
liked a model 19 minutes ago
mradermacher/Tr-Jp-LLM-1.5B-v2-GGUF
liked a model 28 minutes ago
oriental-lab/Tr-Jp-LLM-1.5B
View all activity

Organizations

open/ acc's profile picture Solving Real World Problems's profile picture FashionStash Group meeting's profile picture No More Copyright's profile picture

John6666's activity

replied to dal4933's post about 2 hours ago
reacted to etemiz's post with 👀 about 3 hours ago
reacted to chansung's post with ❤️ about 3 hours ago
view post
Post
1107
simple guide on the recipe for GRPO on Open-R1 which is built on top of TRL

I think FastAPI wrapper of vLLM with WeightSyncWorker is pretty cool feature. Also, we have many predefined reward functions out of the box!
·
reacted to freddyaboulton's post with 👀 about 3 hours ago
view post
Post
510
Ever wanted to share your AI creations with friends? ✨

Screenshots are fine, but imagine letting others play with your ACTUAL model!

Introducing Gradio deep links 🔗 - now you can share interactive AI apps, not just images.

Add a gr.DeepLinkButton to any app and get shareable URLs that let ANYONE experiment with your models.

reacted to philschmid's post with 🔥 about 3 hours ago
view post
Post
510
Gemini 2.5 Pro, thinking by default! We excited launch our best Gemini model for reasoning, multimodal and coding yet! #1 on LMSYS, Humanity’s Last Exam, AIME and GPQA and more!

TL;DR:
- 💻 Best Gemini coding model yet, particularly for web development (excels on LiveCodeBench).
- 🧠 Default "Thinking" with up to 64k token output
- 🌌 1 Million multimodal input context for text, image, video, audio, and pdf
- 🛠️ Function calling, structured output, google search & code execution.
- 🏆  #1 on LMArena & sota on AIME, GPQA, Humanity's Last Exam
- 💡 Knowledge cut of January 2025
- 🤗 Available for free as Experimental in AI Studio, Gemini API & Gemini APP
- 🚀 Rate limits - Free 2 RPM 50 req/day

Try it ⬇️

https://aistudio.google.com/?model=gemini-2.5-pro-exp-03-25
reacted to smirki's post with 👀 about 3 hours ago
view post
Post
293
I was able to make a demo dashboard application with my react model through prompting. You can play with it here: Tesslate/Tessa-T1-14B

http://playcode.io/2309196

What my react model made (prompted each file individually)
Ex.
Create a React component named Header that accepts the following props:

logo (string): the URL to the logo image

title (string): the title text to display

menuItems (array of objects): each object should contain a label (string) and href (string)
The Header should render a logo (an <img>), the title (e.g., in an <h1>), and a navigation menu with links. The component should be responsive with a mobile menu option. Export it as the default export.

It should be one of the coolest things I've ever seen. Have it have a search and profile login and almost every feature that is really nice in a header. It should be framer level quality.


And a final prompt:
Construct a React component named Dashboard that integrates the Header, Sidebar, MainContent, and Footer components. (These should all be imports) This component should:

State Management: Maintain a state variable activeTab (string) using React’s useState hook, defaulting to an initial value (e.g., 'dashboard').

State Propagation: Pass activeTab and a state update function (e.g., setActiveTab) to the Sidebar component via the onTabChange prop. Also pass activeTab to MainContent so that it knows which content to render.

Layout: Arrange the components using a responsive layout. Place the Header at the top, a flex container for the body with the Sidebar on the left and MainContent on the right, and the Footer at the bottom.

Styling: Use inline styles or CSS classes for basic layout structure (e.g., flexbox, grid). Export Dashboard as the default export.


reacted to wassemgtk's post with 👍 about 3 hours ago
replied to dal4933's post about 3 hours ago
liked a model about 4 hours ago
liked a model about 4 hours ago
replied to dal4933's post about 5 hours ago
view reply

Thank you. I tried to verify it, but the ONNX runtime would not recognize CUDA no matter what...
There are some known issues, but even if you get around them, it's no use. The details are written at the bottom of app.py. Of course, this space is CPU space, but it was impossible even with Zero GPU space.
https://huggingface.co/spaces/John6666/Projekt-test