Instructions to use thusken/nb-bert-base-user-needs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thusken/nb-bert-base-user-needs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="thusken/nb-bert-base-user-needs")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("thusken/nb-bert-base-user-needs") model = AutoModelForSequenceClassification.from_pretrained("thusken/nb-bert-base-user-needs") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.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 711517229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9414cac3444fd1c7638b6e03a77e97d05887b8d34ee5cedcf18ba32897b22e87
|
| 3 |
size 711517229
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4e9d8ef48a4cdadb621c5fceedac639d3b43d6d6d050499dc85e5932540edd7
|
| 3 |
size 3055
|