admin-cognition-intelligence
commited on
Commit
·
c30447f
1
Parent(s):
da7431e
Add compatibility to higher spaCy version (<3.6.0)
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ widget:
|
|
77 |
---
|
78 |
To install this model:
|
79 |
|
80 |
-
pip install https://huggingface.co/
|
81 |
|
82 |
Spanish transformer-based (PlanTL-GOB-ES/roberta-base-bne) Spacy pipeline by BSC. Components: transformer, morphologizer, parser, ner, lemmatizer, text classification.
|
83 |
|
@@ -85,13 +85,13 @@ Spanish transformer-based (PlanTL-GOB-ES/roberta-base-bne) Spacy pipeline by BSC
|
|
85 |
| --- | --- |
|
86 |
| **Name** | `es_bsc_demo_trf` |
|
87 |
| **Version** | `3.4.0` |
|
88 |
-
| **spaCy** | `>=3.4.1,<3.
|
89 |
| **Default Pipeline** | `transformer`, `tagger`, `morphologizer`, `lemmatizer`, `parser`, `ner`, `textcat` |
|
90 |
| **Components** | `transformer`, `tagger`, `morphologizer`, `lemmatizer`, `parser`, `ner`, `textcat` |
|
91 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
92 |
| **Sources** | [UD Spanish AnCora v2.10](https://github.com/UniversalDependencies/UD_Spanish-AnCora) (Martínez Alonso, Héctor; Zeman, Daniel)<br />[spaCy lookups data](https://github.com/explosion/spacy-lookups-data) (Explosion)<br /> MarIA[PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) (Asier Gutiérrez Fandiño and Jordi Armengol Estapé and Marc Pàmies and Joan Llop Palao and Joaquin Silveira Ocampo and Casimiro Pio Carrino and Carme Armentano Oller and Carlos Rodriguez Penagos and Aitor Gonzalez Agirre and Marta Villegas) <br /> [For classification: PlanTL-GOB-ES/WikiCAT_esv2] (https://huggingface.co/datasets/PlanTL-GOB-ES/WikiCAT_esv2) |
|
93 |
| **License** | `MIT` |
|
94 |
-
| **Author** | [Text Mining Unit (TeMU) at the Barcelona Supercomputing Center ([email protected])](https://huggingface.co/PlanTL-GOB-ES/
|
95 |
| **Copyright** | Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022) |
|
96 |
| **Funding** | This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL |
|
97 |
|
|
|
77 |
---
|
78 |
To install this model:
|
79 |
|
80 |
+
pip install https://huggingface.co/cognition-intelligence/es_bsc_demo_trf/resolve/main/es_bsc_demo_trf-any-py3-none-any.whl
|
81 |
|
82 |
Spanish transformer-based (PlanTL-GOB-ES/roberta-base-bne) Spacy pipeline by BSC. Components: transformer, morphologizer, parser, ner, lemmatizer, text classification.
|
83 |
|
|
|
85 |
| --- | --- |
|
86 |
| **Name** | `es_bsc_demo_trf` |
|
87 |
| **Version** | `3.4.0` |
|
88 |
+
| **spaCy** | `>=3.4.1,<3.6.0` |
|
89 |
| **Default Pipeline** | `transformer`, `tagger`, `morphologizer`, `lemmatizer`, `parser`, `ner`, `textcat` |
|
90 |
| **Components** | `transformer`, `tagger`, `morphologizer`, `lemmatizer`, `parser`, `ner`, `textcat` |
|
91 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
92 |
| **Sources** | [UD Spanish AnCora v2.10](https://github.com/UniversalDependencies/UD_Spanish-AnCora) (Martínez Alonso, Héctor; Zeman, Daniel)<br />[spaCy lookups data](https://github.com/explosion/spacy-lookups-data) (Explosion)<br /> MarIA[PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) (Asier Gutiérrez Fandiño and Jordi Armengol Estapé and Marc Pàmies and Joan Llop Palao and Joaquin Silveira Ocampo and Casimiro Pio Carrino and Carme Armentano Oller and Carlos Rodriguez Penagos and Aitor Gonzalez Agirre and Marta Villegas) <br /> [For classification: PlanTL-GOB-ES/WikiCAT_esv2] (https://huggingface.co/datasets/PlanTL-GOB-ES/WikiCAT_esv2) |
|
93 |
| **License** | `MIT` |
|
94 |
+
| **Author** | [Text Mining Unit (TeMU) at the Barcelona Supercomputing Center ([email protected])](https://huggingface.co/PlanTL-GOB-ES/es_bsc_demo_trf) |
|
95 |
| **Copyright** | Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022) |
|
96 |
| **Funding** | This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL |
|
97 |
|
meta.json
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
"description":"Spanish transformer-based (PlanTL-GOB-ES/roberta-base-bne) Spacy pipeline by BSC. Components: transformer, morphologizer, parser, ner, lemmatizer, text classification.",
|
6 |
"author":"Text Mining Unit (TeMU) at the Barcelona Supercomputing Center ([email protected])",
|
7 |
"email":"For further information, send an email to [email protected]",
|
8 |
-
"url":"https://huggingface.co/
|
9 |
"license":"mit",
|
10 |
-
"spacy_version":">=3.4.1,<3.
|
11 |
"spacy_git_version":"Unknown",
|
12 |
"vectors":{
|
13 |
"width":0,
|
|
|
5 |
"description":"Spanish transformer-based (PlanTL-GOB-ES/roberta-base-bne) Spacy pipeline by BSC. Components: transformer, morphologizer, parser, ner, lemmatizer, text classification.",
|
6 |
"author":"Text Mining Unit (TeMU) at the Barcelona Supercomputing Center ([email protected])",
|
7 |
"email":"For further information, send an email to [email protected]",
|
8 |
+
"url":"https://huggingface.co/cognition-intelligence/es_bsc_demo_trf",
|
9 |
"license":"mit",
|
10 |
+
"spacy_version":">=3.4.1,<3.6.0",
|
11 |
"spacy_git_version":"Unknown",
|
12 |
"vectors":{
|
13 |
"width":0,
|