Instructions to use fredymad/distilbert_noestricto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/distilbert_noestricto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/distilbert_noestricto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/distilbert_noestricto") model = AutoModelForSequenceClassification.from_pretrained("fredymad/distilbert_noestricto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c381ed35a75d0811993c21af092fe5cafd4b0b3ba705ea9cf29710c7086be40
|
| 3 |
size 267855533
|
runs/Apr24_07-13-44_72d812cb1af6/1682320512.2341797/events.out.tfevents.1682320512.72d812cb1af6.660.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a1ea06558ff2c8a32cc930bc2bd849271e808db207a4a692cf658368715a330
|
| 3 |
+
size 5885
|
runs/Apr24_07-13-44_72d812cb1af6/events.out.tfevents.1682320512.72d812cb1af6.660.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:951f198a309ac22bdb4a2651814758592f3217f31b3a4cbc334985f525258c7c
|
| 3 |
+
size 4488
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b6c0db9d8dfe507bc3c8efc8828749b802c2d68049badbaf177050fea5e9c3
|
| 3 |
size 3579
|