Instructions to use HungChau/bert_concept_extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HungChau/bert_concept_extraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="HungChau/bert_concept_extraction")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("HungChau/bert_concept_extraction") model = AutoModelForTokenClassification.from_pretrained("HungChau/bert_concept_extraction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0bb4f3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f7c2642909902576ec18678195660daa066651f01b3347812d344c60b28a93e7
size 265498741
|