jeppe-style
commited on
Commit
•
504376a
1
Parent(s):
1d089b9
reflex-project/distilbert-base-uncased-italian-ch-cr-entry-classification
Browse files- README.md +46 -0
- config.json +71 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: tmp_trainer
|
6 |
+
results: []
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
+
should probably proofread and complete it, then remove this comment. -->
|
11 |
+
|
12 |
+
# tmp_trainer
|
13 |
+
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
+
|
16 |
+
## Model description
|
17 |
+
|
18 |
+
More information needed
|
19 |
+
|
20 |
+
## Intended uses & limitations
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Training and evaluation data
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training procedure
|
29 |
+
|
30 |
+
### Training hyperparameters
|
31 |
+
|
32 |
+
The following hyperparameters were used during training:
|
33 |
+
- learning_rate: 5e-05
|
34 |
+
- train_batch_size: 8
|
35 |
+
- eval_batch_size: 8
|
36 |
+
- seed: 42
|
37 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
+
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 3.0
|
40 |
+
|
41 |
+
### Framework versions
|
42 |
+
|
43 |
+
- Transformers 4.35.2
|
44 |
+
- Pytorch 2.1.1
|
45 |
+
- Datasets 2.15.0
|
46 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "models/distilbert-base-uncased/it/hf_dataset_80-10-10_20240112T210443Z_distilbert-base-uncased/model-best",
|
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 |
+
"id2label": {
|
12 |
+
"0": "11",
|
13 |
+
"1": "12",
|
14 |
+
"2": "13",
|
15 |
+
"3": "141",
|
16 |
+
"4": "20",
|
17 |
+
"5": "311",
|
18 |
+
"6": "312",
|
19 |
+
"7": "313",
|
20 |
+
"8": "314",
|
21 |
+
"9": "321",
|
22 |
+
"10": "322",
|
23 |
+
"11": "323",
|
24 |
+
"12": "324",
|
25 |
+
"13": "33",
|
26 |
+
"14": "34",
|
27 |
+
"15": "351",
|
28 |
+
"16": "352",
|
29 |
+
"17": "36",
|
30 |
+
"18": "37",
|
31 |
+
"19": "40",
|
32 |
+
"20": "50"
|
33 |
+
},
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"label2id": {
|
36 |
+
"11": 0,
|
37 |
+
"12": 1,
|
38 |
+
"13": 2,
|
39 |
+
"141": 3,
|
40 |
+
"20": 4,
|
41 |
+
"311": 5,
|
42 |
+
"312": 6,
|
43 |
+
"313": 7,
|
44 |
+
"314": 8,
|
45 |
+
"321": 9,
|
46 |
+
"322": 10,
|
47 |
+
"323": 11,
|
48 |
+
"324": 12,
|
49 |
+
"33": 13,
|
50 |
+
"34": 14,
|
51 |
+
"351": 15,
|
52 |
+
"352": 16,
|
53 |
+
"36": 17,
|
54 |
+
"37": 18,
|
55 |
+
"40": 19,
|
56 |
+
"50": 20
|
57 |
+
},
|
58 |
+
"max_position_embeddings": 512,
|
59 |
+
"model_type": "distilbert",
|
60 |
+
"n_heads": 12,
|
61 |
+
"n_layers": 6,
|
62 |
+
"pad_token_id": 0,
|
63 |
+
"problem_type": "single_label_classification",
|
64 |
+
"qa_dropout": 0.1,
|
65 |
+
"seq_classif_dropout": 0.2,
|
66 |
+
"sinusoidal_pos_embds": false,
|
67 |
+
"tie_weights_": true,
|
68 |
+
"torch_dtype": "float32",
|
69 |
+
"transformers_version": "4.35.2",
|
70 |
+
"vocab_size": 30522
|
71 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:228398c46ffffc97498a65f9a56fc0e3cc705060d99ef84adb390162588e9c76
|
3 |
+
size 267891012
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:010f298494d249abe8151303a1f9fec5dcc7e537e115a9a63aca0d094987c414
|
3 |
+
size 4536
|