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 ·
feb647a
1
Parent(s): 2481ec1
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +25 -0
- pytorch_model.bin +3 -0
- runs/Jun02_21-42-49_741e8b77ad26/1654206185.8416536/events.out.tfevents.1654206185.741e8b77ad26.694.1 +3 -0
- runs/Jun02_21-42-49_741e8b77ad26/events.out.tfevents.1654206185.741e8b77ad26.694.0 +3 -0
- runs/Jun02_21-57-42_741e8b77ad26/1654207074.467218/events.out.tfevents.1654207074.741e8b77ad26.1116.1 +3 -0
- runs/Jun02_21-57-42_741e8b77ad26/events.out.tfevents.1654207074.741e8b77ad26.1116.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "distilbert",
|
| 14 |
+
"n_heads": 12,
|
| 15 |
+
"n_layers": 6,
|
| 16 |
+
"pad_token_id": 0,
|
| 17 |
+
"problem_type": "single_label_classification",
|
| 18 |
+
"qa_dropout": 0.1,
|
| 19 |
+
"seq_classif_dropout": 0.2,
|
| 20 |
+
"sinusoidal_pos_embds": false,
|
| 21 |
+
"tie_weights_": true,
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.19.2",
|
| 24 |
+
"vocab_size": 30522
|
| 25 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e249ff303a7861c0652c520f70d88e7a461fd72f34b47140d47767beda0ba86b
|
| 3 |
+
size 267854321
|
runs/Jun02_21-42-49_741e8b77ad26/1654206185.8416536/events.out.tfevents.1654206185.741e8b77ad26.694.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21fb81cb34c833028017fd8c9547461a7f094a9f9aea3307f0f26bb10c126ad6
|
| 3 |
+
size 5151
|
runs/Jun02_21-42-49_741e8b77ad26/events.out.tfevents.1654206185.741e8b77ad26.694.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bf5b4609666172d1d5baf4fafd3b0f903403278b286891a99646fb5c866c1cb
|
| 3 |
+
size 3386
|
runs/Jun02_21-57-42_741e8b77ad26/1654207074.467218/events.out.tfevents.1654207074.741e8b77ad26.1116.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daee78ddb3f7b02ada3eb206eb47dc662176d2f59d8b79bf3c4882eab46cdd0b
|
| 3 |
+
size 5151
|
runs/Jun02_21-57-42_741e8b77ad26/events.out.tfevents.1654207074.741e8b77ad26.1116.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcab66d8d488de75bf7b563f98e295fae4b4e47c6b797054584577171851ce93
|
| 3 |
+
size 40
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:260c0a3975125824f1e5615ba90e4cb8b0f274e6b8fdd4a178f715308e3ad92e
|
| 3 |
+
size 3183
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|