Upload fine-tuned QA chatbot model for Vinayak Gaikwad's info
Browse files- checkpoint-9/config.json +23 -0
- checkpoint-9/model.safetensors +3 -0
- checkpoint-9/optimizer.pt +3 -0
- checkpoint-9/rng_state.pth +3 -0
- checkpoint-9/scheduler.pt +3 -0
- checkpoint-9/special_tokens_map.json +7 -0
- checkpoint-9/tokenizer.json +0 -0
- checkpoint-9/tokenizer_config.json +56 -0
- checkpoint-9/trainer_state.json +50 -0
- checkpoint-9/training_args.bin +3 -0
- checkpoint-9/vocab.txt +0 -0
- runs/Sep01_18-09-55_956a7566b2de/events.out.tfevents.1756750199.956a7566b2de.300.0 +3 -0
checkpoint-9/config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DistilBertForQuestionAnswering"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"hidden_dim": 3072,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"max_position_embeddings": 512,
|
| 12 |
+
"model_type": "distilbert",
|
| 13 |
+
"n_heads": 12,
|
| 14 |
+
"n_layers": 6,
|
| 15 |
+
"pad_token_id": 0,
|
| 16 |
+
"qa_dropout": 0.1,
|
| 17 |
+
"seq_classif_dropout": 0.2,
|
| 18 |
+
"sinusoidal_pos_embds": false,
|
| 19 |
+
"tie_weights_": true,
|
| 20 |
+
"torch_dtype": "float32",
|
| 21 |
+
"transformers_version": "4.55.4",
|
| 22 |
+
"vocab_size": 30522
|
| 23 |
+
}
|
checkpoint-9/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e83626225170917740b854dbe1957813116f2849b25b7dfdc495b6bc91a722cc
|
| 3 |
+
size 265470032
|
checkpoint-9/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:121928539018a8e53c7f1c4d6dc07025e537de29c121ab9e66a5499cff766a84
|
| 3 |
+
size 530998475
|
checkpoint-9/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4d574a264217039932780bbfd6b6b78696ab4cff8cbe1d81f021eaca8321acf
|
| 3 |
+
size 14455
|
checkpoint-9/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99f23321c655d1ade395fdcee5c4ff164e169f0aedd22fc159784963e4d3fa69
|
| 3 |
+
size 1465
|
checkpoint-9/special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
checkpoint-9/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-9/tokenizer_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[PAD]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"extra_special_tokens": {},
|
| 48 |
+
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 512,
|
| 50 |
+
"pad_token": "[PAD]",
|
| 51 |
+
"sep_token": "[SEP]",
|
| 52 |
+
"strip_accents": null,
|
| 53 |
+
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 55 |
+
"unk_token": "[UNK]"
|
| 56 |
+
}
|
checkpoint-9/trainer_state.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 9,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"eval_loss": 5.942534923553467,
|
| 15 |
+
"eval_runtime": 4.3737,
|
| 16 |
+
"eval_samples_per_second": 1.372,
|
| 17 |
+
"eval_steps_per_second": 0.686,
|
| 18 |
+
"step": 3
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"epoch": 2.0,
|
| 22 |
+
"eval_loss": 5.773075103759766,
|
| 23 |
+
"eval_runtime": 4.6136,
|
| 24 |
+
"eval_samples_per_second": 1.301,
|
| 25 |
+
"eval_steps_per_second": 0.65,
|
| 26 |
+
"step": 6
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"logging_steps": 500,
|
| 30 |
+
"max_steps": 9,
|
| 31 |
+
"num_input_tokens_seen": 0,
|
| 32 |
+
"num_train_epochs": 3,
|
| 33 |
+
"save_steps": 500,
|
| 34 |
+
"stateful_callbacks": {
|
| 35 |
+
"TrainerControl": {
|
| 36 |
+
"args": {
|
| 37 |
+
"should_epoch_stop": false,
|
| 38 |
+
"should_evaluate": false,
|
| 39 |
+
"should_log": false,
|
| 40 |
+
"should_save": true,
|
| 41 |
+
"should_training_stop": true
|
| 42 |
+
},
|
| 43 |
+
"attributes": {}
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"total_flos": 2351755800576.0,
|
| 47 |
+
"train_batch_size": 2,
|
| 48 |
+
"trial_name": null,
|
| 49 |
+
"trial_params": null
|
| 50 |
+
}
|
checkpoint-9/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ae8ad571d80d90d49555b64ca757d0d629235e8e97d05d55759e756cc8eeaf0
|
| 3 |
+
size 5777
|
checkpoint-9/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
runs/Sep01_18-09-55_956a7566b2de/events.out.tfevents.1756750199.956a7566b2de.300.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8a22f0a265ab78b79a3e86818056ec3d97f0463828857aa4bc4da4318abbe05
|
| 3 |
+
size 5972
|