AllenNLP
English
named-entity-recognition
relation-extraction
chemistry
materials-science
fuel-cell
dygiepp
Instructions to use UPC-HUB/fuelcell-ner-re with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use UPC-HUB/fuelcell-ner-re with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://UPC-HUB/fuelcell-ner-re") - Notebooks
- Google Colab
- Kaggle
Fix: use relative matscibert_weights path (transformers 3.0.2 compatible)
Browse files- model.tar.gz +2 -2
model.tar.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27226c645810ca0eb0b8873c3ee407df351c6f7ca240e203fbecff2764a55a7c
|
| 3 |
+
size 840218656
|