Instructions to use huawei-noah/EntityCS-39-PEP_MS_MLM-xlmr-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huawei-noah/EntityCS-39-PEP_MS_MLM-xlmr-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="huawei-noah/EntityCS-39-PEP_MS_MLM-xlmr-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("huawei-noah/EntityCS-39-PEP_MS_MLM-xlmr-base") model = AutoModelForMaskedLM.from_pretrained("huawei-noah/EntityCS-39-PEP_MS_MLM-xlmr-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -130,6 +130,6 @@ Use the code below to get started with the model: https://github.com/huawei-noah
|
|
| 130 |
|
| 131 |
## Model Card Contact
|
| 132 |
|
| 133 |
-
[Fenia Christopoulou](efstathia.christopoulou@huawei.com)
|
| 134 |
|
| 135 |
|
|
|
|
| 130 |
|
| 131 |
## Model Card Contact
|
| 132 |
|
| 133 |
+
[Fenia Christopoulou](mailto:efstathia.christopoulou@huawei.com)
|
| 134 |
|
| 135 |
|