Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use HCKLab/BiBert-linear with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HCKLab/BiBert-linear with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HCKLab/BiBert-linear")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HCKLab/BiBert-linear") model = AutoModelForSequenceClassification.from_pretrained("HCKLab/BiBert-linear") - Notebooks
- Google Colab
- Kaggle
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 669499757
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c34ecd72c79e297b8dfef330c29b74d82c8f0b64b60b554fda18e4948534cedb
|
| 3 |
size 669499757
|
runs/Aug24_12-15-24_aac3338a8c8a/events.out.tfevents.1661343344.aac3338a8c8a.82.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:e4372236eb8eb9733d7b123e3adf9e802e51f4f778ac16407495bac4568cd9ac
|
| 3 |
+
size 21449
|
runs/Aug24_12-15-24_aac3338a8c8a/events.out.tfevents.1661366569.aac3338a8c8a.82.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e75dede7633685f852b8d1dac10ba96795d3bba096c3a8ea92a64748ffbdec80
|
| 3 |
+
size 698
|