Update pipeline tag to feature-extraction
Browse filesThis PR updates the `pipeline_tag` from `fill-mask` to `feature-extraction`. The model's primary purpose and strength lie in its ability to perform feature extraction across multiple languages. The change to `feature-extraction` better reflects this core capability and improves searchability on the Hugging Face Hub.
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
6 |
- fr
|
@@ -17,7 +15,9 @@ language:
|
|
17 |
- ar
|
18 |
- tr
|
19 |
- hi
|
20 |
-
|
|
|
|
|
21 |
tags:
|
22 |
- code
|
23 |
---
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- fr
|
|
|
15 |
- ar
|
16 |
- tr
|
17 |
- hi
|
18 |
+
library_name: transformers
|
19 |
+
license: apache-2.0
|
20 |
+
pipeline_tag: feature-extraction
|
21 |
tags:
|
22 |
- code
|
23 |
---
|