Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use coderSounak/finetuning-hs-model-bert-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use coderSounak/finetuning-hs-model-bert-multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="coderSounak/finetuning-hs-model-bert-multilingual")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("coderSounak/finetuning-hs-model-bert-multilingual") model = AutoModelForSequenceClassification.from_pretrained("coderSounak/finetuning-hs-model-bert-multilingual") - Notebooks
- Google Colab
- Kaggle
Commit ·
06d6916
1
Parent(s): 6f2d3d9
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 711490925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a8871d17093fa6a5223fb1afcadf263058f88f5a9b21099e466998b5d0ab814
|
| 3 |
size 711490925
|
runs/Nov14_05-34-35_dfc3beb05935/events.out.tfevents.1668404094.dfc3beb05935.79.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:0732086871ab80d10f486b79c14ef100a39c392f94fabaf0e2559869ed688141
|
| 3 |
+
size 4809
|
runs/Nov14_05-34-35_dfc3beb05935/events.out.tfevents.1668405567.dfc3beb05935.79.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e08d5062f4ce7beb1962a33fcae63c303f3c891545b21460f6222e4dd0c762b
|
| 3 |
+
size 512
|