Transformers
GGUF
TensorBlock
GGUF
Eval Results
conversational
morriszms commited on
Commit
43fbf28
Β·
verified Β·
1 Parent(s): 2548856

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -125,44 +125,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
125
 
126
  ## Our projects
127
  <table border="1" cellspacing="0" cellpadding="10">
128
- <tr>
129
- <th style="font-size: 25px;">Awesome MCP Servers</th>
130
- <th style="font-size: 25px;">TensorBlock Studio</th>
131
- </tr>
132
  <tr>
133
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
134
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  </tr>
136
  <tr>
137
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
138
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
139
  </tr>
140
- <tr>
141
- <th>
142
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
143
- display: inline-block;
144
- padding: 8px 16px;
145
- background-color: #FF7F50;
146
- color: white;
147
- text-decoration: none;
148
- border-radius: 6px;
149
- font-weight: bold;
150
- font-family: sans-serif;
151
- ">πŸ‘€ See what we built πŸ‘€</a>
152
- </th>
153
- <th>
154
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
155
- display: inline-block;
156
- padding: 8px 16px;
157
- background-color: #FF7F50;
158
- color: white;
159
- text-decoration: none;
160
- border-radius: 6px;
161
- font-weight: bold;
162
- font-family: sans-serif;
163
- ">πŸ‘€ See what we built πŸ‘€</a>
164
- </th>
165
- </tr>
166
  </table>
167
  ## Prompt template
168
 
 
125
 
126
  ## Our projects
127
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
128
  <tr>
129
+ <th colspan="2" style="font-size: 25px;">Forge</th>
130
+ </tr>
131
+ <tr>
132
+ <th colspan="2">
133
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
134
+ </th>
135
+ </tr>
136
+ <tr>
137
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
138
+ </tr>
139
+ <tr>
140
+ <th colspan="2">
141
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
142
+ display: inline-block;
143
+ padding: 8px 16px;
144
+ background-color: #FF7F50;
145
+ color: white;
146
+ text-decoration: none;
147
+ border-radius: 6px;
148
+ font-weight: bold;
149
+ font-family: sans-serif;
150
+ ">πŸš€ Try it now! πŸš€</a>
151
+ </th>
152
+ </tr>
153
+
154
+ <tr>
155
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
156
+ <th style="font-size: 25px;">TensorBlock Studio</th>
157
+ </tr>
158
+ <tr>
159
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
160
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
161
  </tr>
162
  <tr>
163
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
164
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
165
  </tr>
166
+ <tr>
167
+ <th>
168
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
169
+ display: inline-block;
170
+ padding: 8px 16px;
171
+ background-color: #FF7F50;
172
+ color: white;
173
+ text-decoration: none;
174
+ border-radius: 6px;
175
+ font-weight: bold;
176
+ font-family: sans-serif;
177
+ ">πŸ‘€ See what we built πŸ‘€</a>
178
+ </th>
179
+ <th>
180
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
181
+ display: inline-block;
182
+ padding: 8px 16px;
183
+ background-color: #FF7F50;
184
+ color: white;
185
+ text-decoration: none;
186
+ border-radius: 6px;
187
+ font-weight: bold;
188
+ font-family: sans-serif;
189
+ ">πŸ‘€ See what we built πŸ‘€</a>
190
+ </th>
191
+ </tr>
192
  </table>
193
  ## Prompt template
194