Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use HCKLab/BiBert-Subjectivity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HCKLab/BiBert-Subjectivity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HCKLab/BiBert-Subjectivity")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HCKLab/BiBert-Subjectivity") model = AutoModelForSequenceClassification.from_pretrained("HCKLab/BiBert-Subjectivity") - 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 669504629
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bcfca4e9ec4755e733c581c5c53cbdd099827b58a8252d95bb5921dc6ea01ef
|
| 3 |
size 669504629
|
runs/Jan04_13-24-37_3c00bb293860/events.out.tfevents.1672838703.3c00bb293860.1944.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:f81778d38bb0f461053a075bfb171122bc34c85be809cde9fe35dfa7fc1be3f7
|
| 3 |
+
size 6895
|
runs/Jan04_13-24-37_3c00bb293860/events.out.tfevents.1672839659.3c00bb293860.1944.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7c6429325a1a447d3e4cc4df540c6de857035e2a702d17e8d44999eab7d0f31
|
| 3 |
+
size 980
|