Instructions to use Noodle-bg/BERT_Text_classification_clean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Noodle-bg/BERT_Text_classification_clean with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Noodle-bg/BERT_Text_classification_clean")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Noodle-bg/BERT_Text_classification_clean") model = AutoModelForSequenceClassification.from_pretrained("Noodle-bg/BERT_Text_classification_clean", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437970952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71d494671328862d6ca0d5dcd380b51e7cbf2d380b312db1a4fca3b3acc587f7
|
| 3 |
size 437970952
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26538eefaf21b57e26abb09d670e5739508becdb0669db8507d0a6efb3c9f6e2
|
| 3 |
size 4664
|