Text Classification
Transformers
Safetensors
English
roberta
naics
industry-classification
github
text-embeddings-inference
Instructions to use aquiro1994/naics-github-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aquiro1994/naics-github-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aquiro1994/naics-github-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aquiro1994/naics-github-classifier") model = AutoModelForSequenceClassification.from_pretrained("aquiro1994/naics-github-classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -157,7 +157,7 @@ Text preprocessing includes:
|
|
| 157 |
|
| 158 |
```bibtex
|
| 159 |
@misc{naics-github-classifier,
|
| 160 |
-
author = {
|
| 161 |
title = {NAICS GitHub Repository Classifier},
|
| 162 |
year = {2025},
|
| 163 |
publisher = {Hugging Face},
|
|
|
|
| 157 |
|
| 158 |
```bibtex
|
| 159 |
@misc{naics-github-classifier,
|
| 160 |
+
author = {{GitHub, Inc.} and Xu, Kevin and Quispe, Alexander},
|
| 161 |
title = {NAICS GitHub Repository Classifier},
|
| 162 |
year = {2025},
|
| 163 |
publisher = {Hugging Face},
|