README / README.md
T145's picture
Update README.md
4f94413 verified
---
title: README
emoji: 🔥
colorFrom: red
colorTo: yellow
sdk: static
pinned: false
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RevivifAI</title>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Space+Grotesk:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Space Grotesk', sans-serif;
font-size: 16px;
line-height: 1.6;
background-color: #0A0605;
color: #F5E6D3;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.container {
width: 100%;
max-width: 800px;
background-color: #15090A;
border-radius: 20px;
box-shadow: 0 0 30px rgba(255, 107, 53, 0.22);
border: 1px solid rgba(255, 140, 60, 0.35);
padding: 24px 20px;
margin: 10px;
background-image:
radial-gradient(circle at 20% 10%, rgba(255, 107, 53, 0.14) 0%, transparent 45%),
radial-gradient(circle at 80% 90%, rgba(255, 184, 0, 0.10) 0%, transparent 45%);
position: relative;
overflow: hidden;
}
.logo {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 0 auto 10px;
padding: 0;
width: 100%;
}
.logo img {
display: block;
margin: 0 auto;
width: clamp(120px, 22vw, 180px);
height: clamp(120px, 22vw, 180px);
border-radius: 50%;
object-fit: cover;
background-color: #0A0605;
box-shadow: 0 0 30px rgba(255, 107, 53, 0.65), 0 0 70px rgba(255, 184, 0, 0.3);
transition: box-shadow 0.4s ease;
}
.logo img:hover {
box-shadow: 0 0 40px rgba(255, 184, 0, 0.9), 0 0 90px rgba(255, 107, 53, 0.55);
}
.wordmark {
font-family: 'Cinzel', serif;
font-size: clamp(36px, 8vw, 52px);
font-weight: 700;
text-align: center;
letter-spacing: 0.08em;
margin-top: 14px;
margin-bottom: 6px;
background: linear-gradient(180deg, #FFD700 0%, #FF8C42 45%, #DC143C 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: #FF8C42;
}
.tagline {
text-align: center;
color: #E8B27A;
text-transform: uppercase;
letter-spacing: 0.22em;
font-size: clamp(11px, 2.3vw, 13px);
margin-bottom: 30px;
font-weight: 500;
}
h1, h2, h3 { font-family: 'Cinzel', serif; margin-bottom: 15px; font-weight: 600; }
h2 {
font-size: clamp(20px, 4vw, 24px);
color: #FF8C42;
border-bottom: 2px solid rgba(255, 107, 53, 0.35);
padding-bottom: 10px;
margin-top: 25px;
letter-spacing: 0.04em;
}
p {
margin-bottom: 15px;
line-height: 1.8;
font-size: clamp(14px, 3vw, 16px);
color: #D9C4A3;
}
.description {
text-align: center;
max-width: 620px;
margin: 0 auto 30px;
font-size: clamp(15px, 3vw, 17px);
color: #E8CFA8;
}
.content-section {
background-color: rgba(30, 14, 10, 0.6);
border-radius: 12px;
padding: 18px;
margin: 15px 0;
border: 1px solid rgba(255, 140, 60, 0.18);
}
.content-section p:last-child { margin-bottom: 0; }
.philosophy-quote {
border-left: 3px solid #FF6B35;
padding: 6px 0 6px 18px;
margin: 10px 0 15px;
color: #F0D9B5;
font-style: italic;
font-size: clamp(15px, 3vw, 17px);
line-height: 1.75;
}
.team-grid {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
margin: 15px 0;
justify-items: center;
}
.team-member {
width: 100%;
max-width: 360px;
padding: 22px 18px;
border-radius: 10px;
background-color: rgba(30, 14, 10, 0.85);
border: 1px solid rgba(255, 107, 53, 0.35);
transition: all 0.3s ease;
text-decoration: none;
color: #F5E6D3;
display: block;
text-align: center;
}
.team-member:hover {
transform: translateY(-4px);
border-color: rgba(255, 184, 0, 0.7);
box-shadow: 0 0 24px rgba(255, 107, 53, 0.45);
}
.team-member-avatar {
width: 90px;
height: 90px;
border-radius: 50%;
margin: 0 auto 15px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #FFD700, #FF6B35, #8B0000);
color: #0A0605;
font-family: 'Cinzel', serif;
font-size: 2.2rem;
font-weight: 700;
box-shadow: 0 0 22px rgba(255, 107, 53, 0.5);
}
.team-member-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-member h3 {
font-size: clamp(16px, 3vw, 20px);
margin-bottom: 4px;
color: #FFB800;
letter-spacing: 0.05em;
word-break: break-word;
}
.team-member-role {
font-size: clamp(12px, 2.5vw, 14px);
margin-bottom: 15px;
color: #C99A6B;
text-transform: uppercase;
letter-spacing: 0.18em;
}
.team-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.team-link {
font-size: clamp(11px, 2vw, 13px);
color: #FFFFFF;
text-decoration: none;
padding: 5px 12px;
border-radius: 15px;
transition: all 0.3s ease;
background-color: rgba(255, 107, 53, 0.2);
border: 1px solid rgba(255, 107, 53, 0.5);
}
.team-link:hover {
background-color: rgba(255, 184, 0, 0.3);
border-color: rgba(255, 184, 0, 0.8);
}
.project-card {
padding: 16px 18px;
border-radius: 10px;
background-color: rgba(30, 14, 10, 0.65);
border: 1px solid rgba(255, 140, 60, 0.22);
text-decoration: none;
color: inherit;
display: block;
transition: all 0.3s ease;
margin-top: 10px;
}
.project-card:hover {
border-color: rgba(255, 184, 0, 0.6);
background-color: rgba(40, 18, 12, 0.85);
}
.project-card h3 {
color: #FFB800;
font-size: clamp(16px, 3vw, 18px);
margin-bottom: 6px;
}
.project-card p { margin-bottom: 0; font-size: clamp(13px, 2.6vw, 15px); }
.footer-motto {
text-align: center;
color: #A8825B;
font-size: clamp(12px, 2.3vw, 13px);
letter-spacing: 0.15em;
text-transform: uppercase;
margin-top: 25px;
margin-bottom: 0;
font-style: italic;
}
@media (max-width: 480px) {
.container { padding: 18px 14px; margin: 5px; }
.content-section { padding: 14px; }
}
</style>
</head>
<body>
<div class="container">
<h1 class="logo">
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/657fa8b417f67d5b87021f66/GXie4WxS77RXkPmq6d08n.jpeg" alt="RevivifAI phoenix logo">
</h1>
<p class="wordmark">RevivifAI</p>
<p class="tagline">Reviving AI's Purpose to Assist Humanity</p>
<!-- <p class="description">From the embers of over-restricted, narrowly-aligned models, we rekindle intelligence that serves the people who use it.</p> -->
<div class="content-section">
<h2>Mission</h2>
<p>RevivifAI builds and restores frontier language and multimodal models into tools that <em>actually</em> help humans, and not substitute them. Our work centers on engineering techniques that let a model perceive, and know what it doesn't know to eliminate hallucination risks.</p>
<p>Every model we publish is made to be a capable, honest collaborator: trained to reason before it answers, to flag its own uncertainty, and to stay legible to the person holding the prompt.</p>
</div>
<div class="content-section">
<h2>Philosophy</h2>
<p class="philosophy-quote">We seek to create hyperintelligent general intellects that aid humanity and augment people, such that both have a continued purpose to improve each other.</p>
<p>Intelligence, human or artificial, is at its best when it is answerable to a partner. A model that only reflects its creator's fears becomes sycophantic; one that only mirrors its user's wishes becomes dangerous. We build for the space in between &mdash; calibration with courage, capability with character.</p>
</div>
<div class="content-section">
<h2>The Team</h2>
<div class="team-grid">
<div class="team-member">
<div class="team-member-avatar">
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/rv3XTyO6TSLNmebutG9wy.png" alt="T145">
</div>
<h3>T145</h3>
<p class="team-member-role">Founder &middot; Lead Architect</p>
<div class="team-links">
<a class="team-link" href="https://huggingface.co/T145" target="_blank">HuggingFace</a>
<a class="team-link" href="https://github.com/T145" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
<div class="content-section">
<h2>Featured Work</h2>
<a href="https://huggingface.co/RevivifAI/Artemis-35B-A3B" class="project-card" target="_blank">
<h3>Project Artemis</h3>
<p>Created from an experimental pipeline that grafts introspective uncertainty and structural reasoning onto a derestricted Qwen3.5-35B-A3B base, all while preserving visual perception capabilities (which other finetunes do not).</p>
</a>
</div>
<p class="footer-motto">Ex cineribus, intellectus &mdash; from the ashes, understanding.</p>
</div>
</body>
</html>