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:2ac19a020d69427f3475e696042841f74aedec43a314e0006e1a1aca9a57ea41
|
| 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:9c7a01f69c756827671e531976602bb92dafd552bef459e8ad444d5975870329
|
| 3 |
size 4664
|