End of training
Browse files- README.md +62 -0
- config.json +41 -0
- model.safetensors +3 -0
- runs/Jan07_21-04-32_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704641678.Arashdeeps-MacBook-Air.local.4277.0 +3 -0
- runs/Jan07_21-37-19_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704643640.Arashdeeps-MacBook-Air.local.710.0 +3 -0
- runs/Jan07_21-55-45_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704644757.Arashdeeps-MacBook-Air.local.710.1 +3 -0
- runs/Jan07_21-58-41_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704644936.Arashdeeps-MacBook-Air.local.710.2 +3 -0
- runs/Jan07_22-05-32_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645341.Arashdeeps-MacBook-Air.local.710.3 +3 -0
- runs/Jan07_22-05-52_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645358.Arashdeeps-MacBook-Air.local.710.4 +3 -0
- runs/Jan07_22-06-47_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645411.Arashdeeps-MacBook-Air.local.710.5 +3 -0
- runs/Jan07_22-10-58_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645665.Arashdeeps-MacBook-Air.local.710.6 +3 -0
- runs/Jan07_22-12-58_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645780.Arashdeeps-MacBook-Air.local.710.7 +3 -0
- runs/Jan07_22-13-46_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645828.Arashdeeps-MacBook-Air.local.710.8 +3 -0
- runs/Jan07_22-14-13_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645856.Arashdeeps-MacBook-Air.local.710.9 +3 -0
- runs/Jan07_22-14-13_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645883.Arashdeeps-MacBook-Air.local.710.10 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: sikhchat-transformer
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# sikhchat-transformer
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4581
|
21 |
+
- Accuracy: 0.5
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3.0
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 1 | 1.6371 | 0.0 |
|
53 |
+
| No log | 2.0 | 2 | 1.4761 | 0.5 |
|
54 |
+
| No log | 3.0 | 3 | 1.4581 | 0.5 |
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.36.2
|
60 |
+
- Pytorch 2.1.0
|
61 |
+
- Datasets 2.16.1
|
62 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "LABEL_0",
|
14 |
+
"1": "LABEL_1",
|
15 |
+
"2": "LABEL_2",
|
16 |
+
"3": "LABEL_3",
|
17 |
+
"4": "LABEL_4"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0,
|
23 |
+
"LABEL_1": 1,
|
24 |
+
"LABEL_2": 2,
|
25 |
+
"LABEL_3": 3,
|
26 |
+
"LABEL_4": 4
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-12,
|
29 |
+
"max_position_embeddings": 512,
|
30 |
+
"model_type": "bert",
|
31 |
+
"num_attention_heads": 12,
|
32 |
+
"num_hidden_layers": 12,
|
33 |
+
"pad_token_id": 0,
|
34 |
+
"position_embedding_type": "absolute",
|
35 |
+
"problem_type": "single_label_classification",
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.36.2",
|
38 |
+
"type_vocab_size": 2,
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 28996
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43d23abc62abec452649818c2c4df208f38d886baeaf4b252d14dd70670f963e
|
3 |
+
size 433279996
|
runs/Jan07_21-04-32_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704641678.Arashdeeps-MacBook-Air.local.4277.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8a86d78a15fab9d4460145cd6ca49442479634404f5ef10c4334debe38343c9
|
3 |
+
size 45629
|
runs/Jan07_21-37-19_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704643640.Arashdeeps-MacBook-Air.local.710.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab66d2a8db4790ce730e8f64a273b17cef3526128e1463ebe9a51f6a821a93be
|
3 |
+
size 4598
|
runs/Jan07_21-55-45_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704644757.Arashdeeps-MacBook-Air.local.710.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:648873c46c8a160d23e69b92081d9e88d52f3a92d978d4d82c2eafee170f80f0
|
3 |
+
size 9108
|
runs/Jan07_21-58-41_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704644936.Arashdeeps-MacBook-Air.local.710.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b6787e62bfe8854ff57a2d58aee898aa73c3843aff363a44fb9daf08edacce4
|
3 |
+
size 4598
|
runs/Jan07_22-05-32_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645341.Arashdeeps-MacBook-Air.local.710.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:345f46a03dbdf0c1f1eae832b93830d67c147593e64a63bafe5aeac5120954a5
|
3 |
+
size 4600
|
runs/Jan07_22-05-52_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645358.Arashdeeps-MacBook-Air.local.710.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:550e2e46bfea458b88859e1dcd0d0a91254d629245918a40263900f715444aae
|
3 |
+
size 4600
|
runs/Jan07_22-06-47_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645411.Arashdeeps-MacBook-Air.local.710.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aab60babc8b95ace7bfc2928af226b359702ca2a9511977ba88bcbc94bb2c312
|
3 |
+
size 4600
|
runs/Jan07_22-10-58_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645665.Arashdeeps-MacBook-Air.local.710.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:554ff61df671a4eedc2df83e1b6561337eb745d35149af75935b75014242b81b
|
3 |
+
size 4600
|
runs/Jan07_22-12-58_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645780.Arashdeeps-MacBook-Air.local.710.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ee542e65e332536306d0cc96446d693ca903299153ed1144566242e1398449
|
3 |
+
size 4600
|
runs/Jan07_22-13-46_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645828.Arashdeeps-MacBook-Air.local.710.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad70b82b796f825265cbaf2922f286af70ad4fc06c4180b4be80bde48ba2648c
|
3 |
+
size 4184
|
runs/Jan07_22-14-13_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645856.Arashdeeps-MacBook-Air.local.710.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c147adced8d0e258422495f462cc28dec471633c531ebc0b93dd4203f74862be
|
3 |
+
size 5899
|
runs/Jan07_22-14-13_Arashdeeps-MacBook-Air.local/events.out.tfevents.1704645883.Arashdeeps-MacBook-Air.local.710.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656cdaa2872d45931a940087dd84efc339ca4b422c1846c13b9a3657ccc863cf
|
3 |
+
size 405
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78686b802d98539f4dc2b6aa44e0ce907fbd3968e7f622798cb2fb538752e461
|
3 |
+
size 4728
|