Fill-Mask
Transformers
PyTorch
Safetensors
English
modernbert
ecommerce
e-commerce
retail
marketplace
shopping
amazon
ebay
alibaba
google
rakuten
bestbuy
walmart
flipkart
wayfair
shein
target
etsy
shopify
taobao
asos
carrefour
costco
overstock
pretraining
encoder
language-modeling
foundation-model
Instructions to use thebajajra/RexBERT-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thebajajra/RexBERT-mini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="thebajajra/RexBERT-mini")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("thebajajra/RexBERT-mini") model = AutoModelForMaskedLM.from_pretrained("thebajajra/RexBERT-mini") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,11 +7,11 @@ tags:
|
|
| 7 |
- retail
|
| 8 |
pipeline_tag: fill-mask
|
| 9 |
---
|
| 10 |
-
#
|
| 11 |
|
| 12 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
## Model Details
|
| 17 |
|
|
|
|
| 7 |
- retail
|
| 8 |
pipeline_tag: fill-mask
|
| 9 |
---
|
| 10 |
+
# [RexBERT-mini](https://huggingface.co/owlgebra-ai/RexBERT-mini)
|
| 11 |
|
| 12 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 13 |
|
| 14 |
+
The model is part of RexBERT series of models.
|
| 15 |
|
| 16 |
## Model Details
|
| 17 |
|