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-micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thebajajra/RexBERT-micro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="thebajajra/RexBERT-micro")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("thebajajra/RexBERT-micro") model = AutoModelForMaskedLM.from_pretrained("thebajajra/RexBERT-micro") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,10 @@ tags:
|
|
| 39 |
> **TL;DR**: An encoder-only transformer (ModernBERT-style) for **e-commerce** applications, trained in three phases—**Pre-training**, **Context Extension**, and **Decay**—to power product search, attribute extraction, classification, and embeddings use cases. The model has been trained on 2.3T+ tokens along with 350B+ e-commerce-specific tokens
|
| 40 |
|
| 41 |
---
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
| 43 |
## Table of Contents
|
| 44 |
- [Quick Start](#quick-start)
|
| 45 |
- [Intended Uses & Limitations](#intended-uses--limitations)
|
|
|
|
| 39 |
> **TL;DR**: An encoder-only transformer (ModernBERT-style) for **e-commerce** applications, trained in three phases—**Pre-training**, **Context Extension**, and **Decay**—to power product search, attribute extraction, classification, and embeddings use cases. The model has been trained on 2.3T+ tokens along with 350B+ e-commerce-specific tokens
|
| 40 |
|
| 41 |
---
|
| 42 |
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
| 43 |
+
[](https://huggingface.co/collections/thebajajra/rexbert-68cc4b1b8a272f6beae5ebb8)
|
| 44 |
+
[](https://huggingface.co/datasets/thebajajra/Ecom-niverse)
|
| 45 |
+
[](https://github.com/bajajra/RexBERT)
|
| 46 |
## Table of Contents
|
| 47 |
- [Quick Start](#quick-start)
|
| 48 |
- [Intended Uses & Limitations](#intended-uses--limitations)
|