Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use phusroyal/bert-large-cased-massive_intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phusroyal/bert-large-cased-massive_intent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="phusroyal/bert-large-cased-massive_intent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("phusroyal/bert-large-cased-massive_intent") model = AutoModelForSequenceClassification.from_pretrained("phusroyal/bert-large-cased-massive_intent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
logs/events.out.tfevents.1710509411.ws-l6-002
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:a9a466d1477cd76618ccb053fcf26b6e4beeb6a1dce97d4baf1a0af0f7130fa8
|
| 3 |
+
size 11089
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1334610064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d6e8cc0f97742f3b7aff6b8a1121493730246a4ebb2775804ff04c3aa92f52c
|
| 3 |
size 1334610064
|