Instructions to use kleopatra102/bert_20_80_welfake with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kleopatra102/bert_20_80_welfake with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kleopatra102/bert_20_80_welfake")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kleopatra102/bert_20_80_welfake") model = AutoModelForSequenceClassification.from_pretrained("kleopatra102/bert_20_80_welfake", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
791e2df
1
Parent(s): 3379d28
Training in progress, epoch 2
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:d94dec3e7b2439490641906a68dbf8d5966527d0287d6edc6a4f538452aafa2a
|
| 3 |
size 438007925
|
runs/Apr06_17-49-43_121117523d9d/events.out.tfevents.1680803502.121117523d9d.3783.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:8103355d71659396cc99e5feb5f95029b27338c3df92906ae72cdce174323d90
|
| 3 |
+
size 5067
|