hardlyworking commited on
Commit
b882ebc
·
verified ·
1 Parent(s): 072f02b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -11
README.md CHANGED
@@ -15,49 +15,55 @@ pinned: false
15
  <style>
16
  body {
17
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
18
- background-color: #e9edf1;
19
- color: #2a2d34;
20
  margin: 0;
21
  padding: 2em;
22
  display: flex;
23
  justify-content: center;
24
  }
25
  .card {
26
- background-color: #f7f9fb;
27
  border-radius: 16px;
28
  padding: 2em;
29
  max-width: 720px;
30
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
31
- border: 1px solid #c4d2dd;
32
  }
33
  h1 {
34
- color: #1e3a5f;
35
  margin-top: 0;
36
  font-size: 2.2em;
37
  }
38
  p {
39
  line-height: 1.7;
40
  font-size: 1.05em;
41
- color: #3a3f47;
42
  }
43
  .emoji {
44
  font-size: 1.2em;
45
  }
 
 
 
 
 
 
 
46
  </style>
47
  </head>
48
  <body>
49
  <div class="card">
50
  <h1>🌿 About Greener Pastures</h1>
51
  <p>
52
- <strong>Greener Pastures</strong> is a small machine learning collective with a big imagination. We create models, datasets, and tools with a focus on sustainability, accessibility, and curiosity. We're not here to dominate the leaderboard—we're here to ask better questions.
53
  </p>
54
  <p>
55
- Our work explores how AI can be efficient without being reductive, collaborative without being chaotic, and creative without losing its grounding. Whether it’s training whisper-light transformers, building quirky demos, or publishing clean, reusable assets—we do it with care and clarity.
56
  </p>
57
  <p>
58
- We value open research, interdisciplinary thinking, and quiet impact over loud hype. If you're into thoughtful tinkering, meaningful collaboration, or just want to see what machine learning looks like on the other side of the fence—welcome to Greener Pastures. 🐑
59
  </p>
60
  </div>
61
  </body>
62
  </html>
63
-
 
15
  <style>
16
  body {
17
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
18
+ background-color: #1e1f24;
19
+ color: #d4dce3;
20
  margin: 0;
21
  padding: 2em;
22
  display: flex;
23
  justify-content: center;
24
  }
25
  .card {
26
+ background-color: #2a2c31;
27
  border-radius: 16px;
28
  padding: 2em;
29
  max-width: 720px;
30
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
31
+ border: 1px solid #3b4048;
32
  }
33
  h1 {
34
+ color: #93c5fd;
35
  margin-top: 0;
36
  font-size: 2.2em;
37
  }
38
  p {
39
  line-height: 1.7;
40
  font-size: 1.05em;
41
+ color: #d4dce3;
42
  }
43
  .emoji {
44
  font-size: 1.2em;
45
  }
46
+ a {
47
+ color: #8ab4f8;
48
+ text-decoration: none;
49
+ }
50
+ a:hover {
51
+ text-decoration: underline;
52
+ }
53
  </style>
54
  </head>
55
  <body>
56
  <div class="card">
57
  <h1>🌿 About Greener Pastures</h1>
58
  <p>
59
+ <strong>Greener Pastures</strong> is a machine learning collective growing in the shade of cooler ideas. We build tools, train models, and explore the fuzzy space between ethics, efficiency, and imagination. Less noise. More nuance.
60
  </p>
61
  <p>
62
+ Our mission? Make AI that's gentle on resources, curious by design, and open to collaboration. From lightweight transformers to experimental playgrounds, we prefer compostable ideas over disposable trends.
63
  </p>
64
  <p>
65
+ We’re here for the long game: intentional architecture, reusable code, meaningful projects—and the occasional weird, delightful detour. Whether you're a researcher, a hobbyist, or just passing through: welcome to the quiet side of machine learning. 🐑
66
  </p>
67
  </div>
68
  </body>
69
  </html>