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 10
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:e94fdd486294809e7f40beff4f60c9f1ab6ee1fa4ba4452205385a19465bc294
|
| 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:a3e27238ffea82641c7a7c5bd00775acf072da7d28fa1c1a64b44add3720605a
|
| 3 |
+
size 11836
|