Text Classification
Transformers
PyTorch
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use petermutwiri/NLP_Capstone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use petermutwiri/NLP_Capstone with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="petermutwiri/NLP_Capstone")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("petermutwiri/NLP_Capstone") model = AutoModelForSequenceClassification.from_pretrained("petermutwiri/NLP_Capstone") - Notebooks
- Google Colab
- Kaggle
Commit ·
6a67b5b
1
Parent(s): 0e41bb7
Training in progress, step 12000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498658094
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0404b11cf08193f563bf911d91bcd76ea3822a5918db4710e6248ae742e86580
|
| 3 |
size 498658094
|