Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Davida23/Novel_Genre_Classification_bert-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Davida23/Novel_Genre_Classification_bert-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Davida23/Novel_Genre_Classification_bert-finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Davida23/Novel_Genre_Classification_bert-finetuned") model = AutoModelForSequenceClassification.from_pretrained("Davida23/Novel_Genre_Classification_bert-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437964800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6268a15a258a3d6d41b83235cb9df7d20684753300705bb3f9e33fa9aed18ba
|
| 3 |
size 437964800
|
runs/Nov27_08-30-12_e779e99e9950/events.out.tfevents.1701073842.e779e99e9950.164.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e61c41760d75df17d0fd7ebf2dd18511e15c5300fd00a439a160ef07b501a51
|
| 3 |
+
size 17131
|