End of training
Browse files- README.md +51 -0
- config.json +41 -0
- model.safetensors +3 -0
- runs/Jan29_07-18-53_5a5c1570a3d8/events.out.tfevents.1706512876.5a5c1570a3d8.21370.0 +3 -0
- runs/Jan29_07-18-53_5a5c1570a3d8/events.out.tfevents.1706513107.5a5c1570a3d8.21370.1 +3 -0
- runs/Jan29_07-34-17_5a5c1570a3d8/events.out.tfevents.1706513683.5a5c1570a3d8.25466.0 +3 -0
- runs/Jan29_09-30-38_5a5c1570a3d8/events.out.tfevents.1706520640.5a5c1570a3d8.50458.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: KBLab/megatron-bert-large-swedish-cased-165-zero-shot
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: swedish
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# swedish
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [KBLab/megatron-bert-large-swedish-cased-165-zero-shot](https://huggingface.co/KBLab/megatron-bert-large-swedish-cased-165-zero-shot) on an unknown dataset.
|
16 |
+
|
17 |
+
## Model description
|
18 |
+
|
19 |
+
More information needed
|
20 |
+
|
21 |
+
## Intended uses & limitations
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Training and evaluation data
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training procedure
|
30 |
+
|
31 |
+
### Training hyperparameters
|
32 |
+
|
33 |
+
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 5e-05
|
35 |
+
- train_batch_size: 8
|
36 |
+
- eval_batch_size: 8
|
37 |
+
- seed: 42
|
38 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
+
- lr_scheduler_type: linear
|
40 |
+
- num_epochs: 3
|
41 |
+
|
42 |
+
### Training results
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
### Framework versions
|
47 |
+
|
48 |
+
- Transformers 4.35.2
|
49 |
+
- Pytorch 2.1.0+cu121
|
50 |
+
- Datasets 2.16.1
|
51 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "KBLab/megatron-bert-large-swedish-cased-165-zero-shot",
|
3 |
+
"architectures": [
|
4 |
+
"MegatronBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"finetuning_task": "mnli",
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "informational",
|
13 |
+
"1": "transactional",
|
14 |
+
"2": "navigational_informational",
|
15 |
+
"3": "navigational_transactional",
|
16 |
+
"4": "transactional_download"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 4096,
|
20 |
+
"label2id": {
|
21 |
+
"informational": 0,
|
22 |
+
"navigational_informational": 2,
|
23 |
+
"navigational_transactional": 3,
|
24 |
+
"transactional": 1,
|
25 |
+
"transactional_download": 4
|
26 |
+
},
|
27 |
+
"layer_norm_eps": 1e-12,
|
28 |
+
"max_position_embeddings": 512,
|
29 |
+
"model_type": "megatron-bert",
|
30 |
+
"num_attention_heads": 16,
|
31 |
+
"num_hidden_layers": 24,
|
32 |
+
"pad_token_id": 0,
|
33 |
+
"position_embedding_type": "absolute",
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"tokenizer_type": "BertWordPieceCase",
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.35.2",
|
38 |
+
"type_vocab_size": 2,
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 64128
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34cfe7e42a212a61af5b9d0c629abfd04a42b11880b05a851d9d6eedff398b17
|
3 |
+
size 1478283988
|
runs/Jan29_07-18-53_5a5c1570a3d8/events.out.tfevents.1706512876.5a5c1570a3d8.21370.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:510e845896542460eac3bb02a49fe9289d35cb17456c3a9165b9778a24ede7af
|
3 |
+
size 4686
|
runs/Jan29_07-18-53_5a5c1570a3d8/events.out.tfevents.1706513107.5a5c1570a3d8.21370.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31ec072d77edc7e2ae7ae00e56de8b21a2bd7ebe5baee841115e299ba3d126b9
|
3 |
+
size 4686
|
runs/Jan29_07-34-17_5a5c1570a3d8/events.out.tfevents.1706513683.5a5c1570a3d8.25466.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1218db2fb49c59236c520b6ff349f37452a5b9ab23f1e42d2382d77019a31cbf
|
3 |
+
size 10670
|
runs/Jan29_09-30-38_5a5c1570a3d8/events.out.tfevents.1706520640.5a5c1570a3d8.50458.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8fada1b363303dc303b53ad2b48d6d853f94b4b8d214d37da5935d61b8d4edf
|
3 |
+
size 13110
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ccdf317e3b81238dc68832bde56adf5e167f4512c53edab4f1792dfa53c1156
|
3 |
+
size 4536
|