Add Transformers library tag and update metadata
Browse filesThis PR adds the `library_name: transformers` tag to the model card, allowing users to easily access the model through the Transformers pipeline and the convenient "How to Use" widget. The metadata section is also slightly restructured for clarity.
README.md
CHANGED
@@ -1,15 +1,32 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- ByteDance-Seed/BAGEL-7B-MoT
|
|
|
|
|
5 |
pipeline_tag: any-to-any
|
6 |
-
tags:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
INT8 quant of [ByteDance-Seed/BAGEL-7B-MoT](https://huggingface.co/ByteDance-Seed/BAGEL-7B-MoT)
|
14 |
|
15 |
<p align="left">
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- ByteDance-Seed/BAGEL-7B-MoT
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
pipeline_tag: any-to-any
|
7 |
+
tags:
|
8 |
+
- fp8
|
9 |
+
- quantized
|
10 |
+
- bagel
|
11 |
+
- mot
|
12 |
---
|
13 |
|
14 |
+
## Metadata
|
15 |
+
```yaml
|
16 |
+
base_model:
|
17 |
+
- ByteDance-Seed/BAGEL-7B-MoT
|
18 |
+
license: apache-2.0
|
19 |
+
library_name: transformers
|
20 |
+
pipeline_tag: any-to-any
|
21 |
+
tags:
|
22 |
+
- fp8
|
23 |
+
- quantized
|
24 |
+
- bagel
|
25 |
+
- mot
|
26 |
+
```
|
27 |
+
|
28 |
+
## Content
|
29 |
+
|
30 |
INT8 quant of [ByteDance-Seed/BAGEL-7B-MoT](https://huggingface.co/ByteDance-Seed/BAGEL-7B-MoT)
|
31 |
|
32 |
<p align="left">
|