Add library name tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -2,10 +2,11 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- model_hub_mixin
|
| 7 |
- pytorch_model_hub_mixin
|
| 8 |
-
pipeline_tag: feature-extraction
|
| 9 |
---
|
| 10 |
|
| 11 |
# ARC-Encoder models
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: cc-by-4.0
|
| 5 |
+
pipeline_tag: feature-extraction
|
| 6 |
+
library_name: transformers
|
| 7 |
tags:
|
| 8 |
- model_hub_mixin
|
| 9 |
- pytorch_model_hub_mixin
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# ARC-Encoder models
|