Instructions to use fbaigt/procbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fbaigt/procbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="fbaigt/procbert")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("fbaigt/procbert") model = AutoModel.from_pretrained("fbaigt/procbert") - Notebooks
- Google Colab
- Kaggle
Fan Bai commited on
Commit ·
20814e1
1
Parent(s): ed4eb65
Update model card
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ ProcBERT is a pre-trained language model specifically for procedural text. It wa
|
|
| 14 |
@inproceedings{bai-etal-2021-pre,
|
| 15 |
title = "Pre-train or Annotate? Domain Adaptation with a Constrained Budget",
|
| 16 |
author = "Bai, Fan and
|
| 17 |
-
|
| 18 |
-
|
| 19 |
booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
|
| 20 |
month = nov,
|
| 21 |
year = "2021",
|
|
|
|
| 14 |
@inproceedings{bai-etal-2021-pre,
|
| 15 |
title = "Pre-train or Annotate? Domain Adaptation with a Constrained Budget",
|
| 16 |
author = "Bai, Fan and
|
| 17 |
+
Ritter, Alan and
|
| 18 |
+
Xu, Wei",
|
| 19 |
booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
|
| 20 |
month = nov,
|
| 21 |
year = "2021",
|