Add feature-extraction pipeline tag (#2)
Browse files- Add feature-extraction pipeline tag (d6bef329eda42621495ea1845a9486704ffa1f41)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
datasets:
|
| 4 |
- tiiuae/falcon-refinedweb
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
library_name: transformers
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# NeoBERT
|
|
@@ -93,4 +94,4 @@ If you use this model in your research, please cite:
|
|
| 93 |
|
| 94 |
For questions, do not hesitate to reach out and open an issue on here or on our **[GitHub](https://github.com/chandar-lab/NeoBERT)**.
|
| 95 |
|
| 96 |
-
---
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- tiiuae/falcon-refinedweb
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
library_name: transformers
|
| 7 |
+
license: mit
|
| 8 |
+
pipeline_tag: feature-extraction
|
| 9 |
---
|
| 10 |
|
| 11 |
# NeoBERT
|
|
|
|
| 94 |
|
| 95 |
For questions, do not hesitate to reach out and open an issue on here or on our **[GitHub](https://github.com/chandar-lab/NeoBERT)**.
|
| 96 |
|
| 97 |
+
---
|