Update library name
Browse filesIt looks like this model isn't compatible with Transformers, hence we could add "Based" as a dedicated library on the hub.
More info here: https://huggingface.co/docs/hub/en/models-adding-libraries
README.md
CHANGED
@@ -3,8 +3,8 @@ datasets:
|
|
3 |
- EleutherAI/pile
|
4 |
language:
|
5 |
- en
|
|
|
6 |
pipeline_tag: text-generation
|
7 |
-
library_name: transformers
|
8 |
license: mit
|
9 |
---
|
10 |
|
|
|
3 |
- EleutherAI/pile
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: based
|
7 |
pipeline_tag: text-generation
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|