Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use cite-text-analysis/case-analysis-bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cite-text-analysis/case-analysis-bert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cite-text-analysis/case-analysis-bert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cite-text-analysis/case-analysis-bert-base-uncased") model = AutoModelForSequenceClassification.from_pretrained("cite-text-analysis/case-analysis-bert-base-uncased") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
training_checkpoints/runs/May09_15-28-45_102994c62977/events.out.tfevents.1715268528.102994c62977.896.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:ee3103b4f18727ebbb2d723dda7120b2aa3adac9f78bb2948eb9b12bf43938fc
|
| 3 |
+
size 39808
|
training_checkpoints/runs/May09_15-28-45_102994c62977/events.out.tfevents.1715272210.102994c62977.896.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b39f39c8ed52f7a32145559bd1fdc9680bcaf5cc364b7ec2361927c406c52b3
|
| 3 |
+
size 1147
|