Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Lorenzo1708/TC01_Trabalho01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lorenzo1708/TC01_Trabalho01 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Lorenzo1708/TC01_Trabalho01")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Lorenzo1708/TC01_Trabalho01") model = AutoModelForSequenceClassification.from_pretrained("Lorenzo1708/TC01_Trabalho01", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f06e2b6
1
Parent(s): 23dea33
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- runs/Jun03_00-27-21_035ad5dfc8f2/1654216159.4316788/events.out.tfevents.1654216159.035ad5dfc8f2.216.1 +3 -0
- runs/Jun03_00-27-21_035ad5dfc8f2/1654216239.633538/events.out.tfevents.1654216239.035ad5dfc8f2.216.2 +3 -0
- runs/Jun03_00-27-21_035ad5dfc8f2/events.out.tfevents.1654216159.035ad5dfc8f2.216.0 +3 -0
- runs/Jun03_00-37-34_035ad5dfc8f2/1654216675.084009/events.out.tfevents.1654216675.035ad5dfc8f2.505.1 +3 -0
- runs/Jun03_00-37-34_035ad5dfc8f2/events.out.tfevents.1654216675.035ad5dfc8f2.505.0 +3 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7def792fa9178a5b1b5a879d838f5a653067ac69c9d661c367617b3287c98509
|
| 3 |
size 267854321
|
runs/Jun03_00-27-21_035ad5dfc8f2/1654216159.4316788/events.out.tfevents.1654216159.035ad5dfc8f2.216.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:188a3c2d41e50b1cbc6f86c74b372e8b46e49fbfd6ce0005b9a5f4ebd24ab40a
|
| 3 |
+
size 5151
|
runs/Jun03_00-27-21_035ad5dfc8f2/1654216239.633538/events.out.tfevents.1654216239.035ad5dfc8f2.216.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60358781468fa0c6bcdd4bc4e36973ec05f510b8caf00e59e3b721d339aa7d14
|
| 3 |
+
size 5151
|
runs/Jun03_00-27-21_035ad5dfc8f2/events.out.tfevents.1654216159.035ad5dfc8f2.216.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcfe35009f9630ffc15bc4ee145e6af12d706bf900ea9a1e154f34012e578b40
|
| 3 |
+
size 6732
|
runs/Jun03_00-37-34_035ad5dfc8f2/1654216675.084009/events.out.tfevents.1654216675.035ad5dfc8f2.505.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6282a0743f7cfe6d7f98f3b53ca6cc4294d8283946382a4ad462935a4cb00073
|
| 3 |
+
size 5151
|
runs/Jun03_00-37-34_035ad5dfc8f2/events.out.tfevents.1654216675.035ad5dfc8f2.505.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a67121961e3a622c6d7b170a2d8335cd107cc5e6eaa62e204979f06b82d14c0
|
| 3 |
+
size 40
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3183
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98cfc50532afbaac8c32af2e9e27d82df7a55c33cd3c4c9597066b7acdca94d6
|
| 3 |
size 3183
|