File size: 3,311 Bytes
48b5c1a
3529747
 
 
 
48b5c1a
3529747
 
abce4a2
 
 
48b5c1a
 
3529747
 
b73f497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc096c0
b73f497
 
 
 
 
 
 
 
 
 
 
 
 
b77fbc9
 
 
 
 
b73f497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc096c0
b73f497
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
title: AboutAetherArchitectural
emoji: 🔹
colorFrom: indigo
colorTo: blue
sdk: static
pinned: true
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/66b568aaf4434e2a547d6988/DcTHpF_YoHtYUReAfrRkN.png
short_description: Welcome to the AetherArchitectural Community!
license: cc-by-nc-4.0
---

<!-- Attribution-NonCommercial-NoDerivatives 4.0 International -->

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="AetherArchitectural Community - Innovating in LLMs and Datasets">
    <title>AetherArchitectural Community</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f9;
            color: #333;
        }
        header {
            background-color: #206875;
            color: #fff;
            padding: 20px 10px;
            text-align: center;
        }
        header h1 {
            margin: 0;
            font-size: 2.5rem;
        }
        header p {
            margin: 5px 0 0;
        }
        nav {
            text-align: center;
            margin: 20px 0;
        }
        nav a {
            text-decoration: none;
            color: #4a90e2;
            margin: 0 15px;
            font-size: 1.2rem;
        }
        nav a:hover {
            text-decoration: underline;
        }
        main {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
        }
        footer {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            margin-top: 20px;
        }
        footer p {
            margin: 0;
            font-size: 0.9rem;
        }
    </style>
</head>
<body>
    <header>
        <h1>AetherArchitectural</h1>
        <p>Community</p>
    </header>
  <!--
    <nav>
        <a href="#welcome">Welcome</a>
        <a href="#collections">Collections</a>
        <a href="#contact">Contact</a>
    </nav>
  -->
    <main>
        <section id="welcome">
            <h2>Welcome!</h2>
            <p>
              This is a place to host
              <a href="https://huggingface.co/Aetherarchio" target="_blank">@Aetherarchio</a>, 
              <a href="https://huggingface.co/Lewdiculous" target="_blank">@Lewdiculous</a>, and 
              <a href="https://huggingface.co/FantasiaFoundry" target="_blank">@FantasiaFoundry</a>'s
              general AI, ML and LLM related community projects. 
            </p>
        </section>
      <!--
        <section id="collections">
            <h2>Collections</h2>
            <p>
                Collections
            </p>
        </section>
      -->
        <section id="contact">
            <h2>Contact?</h2>
            <p>
                Reach out at... <br>
              <a href="mailto:[email protected]"><b>[email protected]</b></a> <br>
                ...or join a discussion in the community!
            </p>
        </section>
    </main>
    <footer>
        <p>
          <a href="https://arch.datasets.fyi"><b>[ arch.datasets.fyi ]</b></a>
        </p>
    </footer>
</body>
</html>