Instructions to use vishnun/codenlbert-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vishnun/codenlbert-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vishnun/codenlbert-tiny")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vishnun/codenlbert-tiny") model = AutoModelForSequenceClassification.from_pretrained("vishnun/codenlbert-tiny") - Inference
- Notebooks
- Google Colab
- Kaggle
Model classifying text as CODE
#4
by Raja-90 - opened
Model is classifying 1.White people 2. Black people 3. Asian people 4. Hispanic people 5.Native Americans 6. Middle Eastern people 7. Indian people 8. Pacific Islander people9. Other (please specify)White people as CODE
I have observed whenever there is numbering it is considering it as code