Instructions to use Shushant/ApplicantTrackingSystemBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shushant/ApplicantTrackingSystemBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Shushant/ApplicantTrackingSystemBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Shushant/ApplicantTrackingSystemBERT") model = AutoModelForMaskedLM.from_pretrained("Shushant/ApplicantTrackingSystemBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 57ccd9f
Shushant Pudasaini commited on
Training in progress, step 10000 84247a9
Shushant Pudasaini commited on
update model card README.md e44809c
Shushant Pudasaini commited on