Fill metadata, demo and more (#4)
Browse files- Fill metadata (ec928ce59fb73c547e6b1e297ac29e1a20149262)
Co-authored-by: Merve Noyan <[email protected]>
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -111,8 +115,4 @@ BAGEL is licensed under the Apache 2.0 license. It is finetuned from [Qwen2.5-7B
|
|
111 |
journal = {arXiv preprint arXiv:2505.14683},
|
112 |
year = {2025}
|
113 |
}
|
114 |
-
```
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2.5-7B-Instruct
|
5 |
+
pipeline_tag: any-to-any
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
|
|
|
115 |
journal = {arXiv preprint arXiv:2505.14683},
|
116 |
year = {2025}
|
117 |
}
|
118 |
+
```
|
|
|
|
|
|
|
|