Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use wvangils/NL_BERT_michelin_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wvangils/NL_BERT_michelin_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wvangils/NL_BERT_michelin_finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wvangils/NL_BERT_michelin_finetuned") model = AutoModelForSequenceClassification.from_pretrained("wvangils/NL_BERT_michelin_finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 436626797
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d50fb46fbcc296dccedb5e098a2151a4673680db5f323f335635c7256e7f44f
|
| 3 |
size 436626797
|
runs/May05_13-10-01_8cd36a2f7e94/1651756478.6877222/events.out.tfevents.1651756478.8cd36a2f7e94.70.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b7f52cffe3b4a08fb21cf758c47770fbc145a5b24dddb4614788a7da0304a43
|
| 3 |
+
size 4886
|
runs/May05_13-10-01_8cd36a2f7e94/events.out.tfevents.1651756478.8cd36a2f7e94.70.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d300b6105d964d05eccdce312108e4c91cd8d275af968739f499c31991ee0ee
|
| 3 |
+
size 3394
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3119
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3243299815613095a0221f9944b4aacdf8682da62820a627c0b7ef0e812ab25e
|
| 3 |
size 3119
|