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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -33
README.md CHANGED
@@ -9,71 +9,55 @@ pinned: false
9
  <!DOCTYPE html>
10
  <html lang="en">
11
  <head>
12
- <meta charset="UTF-8">
13
- <meta name="viewport" content="width=device-width, initial-scale=1">
14
  <title>About Greener Pastures</title>
15
  <style>
16
  body {
17
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
18
- background-color: #f1fdf5;
19
- color: #2e2e2e;
20
  margin: 0;
21
  padding: 2em;
22
  display: flex;
23
  justify-content: center;
24
  }
25
  .card {
26
- background-color: white;
27
  border-radius: 16px;
28
  padding: 2em;
29
- max-width: 700px;
30
- box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
31
- border: 2px solid #a8e6b2;
32
  }
33
  h1 {
34
- color: #2e7d32;
35
  margin-top: 0;
36
  font-size: 2.2em;
37
  }
38
  p {
39
- line-height: 1.6;
40
  font-size: 1.05em;
41
- }
42
- a.button {
43
- display: inline-block;
44
- margin-top: 1.5em;
45
- background-color: #66bb6a;
46
- color: white;
47
- padding: 12px 20px;
48
- border-radius: 8px;
49
- text-decoration: none;
50
- font-weight: bold;
51
- transition: background-color 0.3s ease;
52
- }
53
- a.button:hover {
54
- background-color: #4caf50;
55
  }
56
  .emoji {
57
- font-size: 1.3em;
58
  }
59
  </style>
60
  </head>
61
  <body>
62
  <div class="card">
63
- <h1>🌿 Welcome to Greener Pastures</h1>
64
- <p>
65
- At <strong>Greener Pastures</strong>, we believe machine learning doesn't have to feel like cold metal and blinking cursors. We're here to grow models that are not only smart—but kind, curious, and conscious of the world around them. Think of us as a digital greenhouse: cultivating ideas that matter, tools that help, and algorithms that play nice with the planet.
66
- </p>
67
  <p>
68
- Our projects bloom at the intersection of creativity and care. Whether we're training efficient transformers with a green thumb or sharing datasets that sprout unexpected insights, we’re driven by one guiding principle: <em>what if AI felt more human, and a little more fun?</em>
69
  </p>
70
  <p>
71
- We're explorers, tinkerers, caretakers—and slightly obsessed with composting outdated AI hype. From low-impact computing to delightfully strange experiments, Greener Pastures is a space where open-source thrives and ideas go wild.
72
  </p>
73
  <p>
74
- Want to collaborate? Share seeds? Build something whimsical and useful? We'd love to hear from you. 💌
75
  </p>
76
- <a class="button" href="https://huggingface.co/GreenerPastures" target="_blank">Visit us on Hugging Face</a>
77
  </div>
78
  </body>
79
  </html>
 
 
9
  <!DOCTYPE html>
10
  <html lang="en">
11
  <head>
12
+ <meta charset="UTF-8" />
13
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
14
  <title>About Greener Pastures</title>
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
+