Instructions to use DeepBird/my-bert-finetune-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepBird/my-bert-finetune-sst2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DeepBird/my-bert-finetune-sst2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DeepBird/my-bert-finetune-sst2") model = AutoModelForSequenceClassification.from_pretrained("DeepBird/my-bert-finetune-sst2") - 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 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98817bc2ae7330bbb29bf91908372fde0d2a7d82cb72ec2ab9653727b7278013
|
| 3 |
size 438007925
|
runs/Jan05_06-09-19_b70df53f2180/events.out.tfevents.1672899106.b70df53f2180.300.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:4267f67624a2fb1c9483c7a32dd2c015e141805e8d7899d79451b95243b4f525
|
| 3 |
+
size 6914
|