Instructions to use LovenOO/BERT_large_without_preprocessing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LovenOO/BERT_large_without_preprocessing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LovenOO/BERT_large_without_preprocessing")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LovenOO/BERT_large_without_preprocessing") model = AutoModelForSequenceClassification.from_pretrained("LovenOO/BERT_large_without_preprocessing") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340734769
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:944e776a2aa315c4ecaf9d89dc66647e38173327fb75a8a3f657028cf14929d4
|
| 3 |
size 1340734769
|
runs/Aug14_19-14-19_e8c619643c0d/events.out.tfevents.1692040470.e8c619643c0d.665.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:812e55aadeec6cce01ce6542b4779e7bcca34295d740b370a73a7eb9eb946092
|
| 3 |
+
size 11009
|