Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Manishkalra/discourse_classification_using_robrta_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Manishkalra/discourse_classification_using_robrta_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Manishkalra/discourse_classification_using_robrta_base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Manishkalra/discourse_classification_using_robrta_base") model = AutoModelForSequenceClassification.from_pretrained("Manishkalra/discourse_classification_using_robrta_base") - Notebooks
- Google Colab
- Kaggle
Commit ·
7f44b9c
1
Parent(s): cf2f935
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498663405
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc31a98b752a38c7a6c1504ec3b1e976f72dca2cbb8d6d0b4bd9f13d4e9d5c7c
|
| 3 |
size 498663405
|
runs/Jul10_10-52-26_4e1d8593cdc5/events.out.tfevents.1657450370.4e1d8593cdc5.73.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:e9ec8ebeb5a5937b1d007797457dbde62eef3d77bb38436a3abc100ad0691f18
|
| 3 |
+
size 7014
|
runs/Jul10_10-52-26_4e1d8593cdc5/events.out.tfevents.1657456492.4e1d8593cdc5.73.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a191c0073e30795573d627fb1a85bbadf2574a77faa25907367a3f2145b4420
|
| 3 |
+
size 409
|