End of training
Browse files- README.md +64 -0
- config.json +52 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Jun10_07-31-33_592c97bb8d71/events.out.tfevents.1718004694.592c97bb8d71.217.0 +3 -0
- runs/Jun10_07-31-47_592c97bb8d71/events.out.tfevents.1718004707.592c97bb8d71.217.1 +3 -0
- runs/Jun10_07-32-10_592c97bb8d71/events.out.tfevents.1718004731.592c97bb8d71.217.2 +3 -0
- runs/Jun10_07-33-01_592c97bb8d71/events.out.tfevents.1718004782.592c97bb8d71.217.3 +3 -0
- runs/Jun10_07-33-57_592c97bb8d71/events.out.tfevents.1718004839.592c97bb8d71.217.4 +3 -0
- runs/Jun10_07-34-52_592c97bb8d71/events.out.tfevents.1718004893.592c97bb8d71.217.5 +3 -0
- runs/Jun10_07-37-22_592c97bb8d71/events.out.tfevents.1718005043.592c97bb8d71.217.6 +3 -0
- runs/Jun10_07-38-42_592c97bb8d71/events.out.tfevents.1718005123.592c97bb8d71.217.7 +3 -0
- runs/Jun10_07-38-56_592c97bb8d71/events.out.tfevents.1718005136.592c97bb8d71.217.8 +3 -0
- runs/Jun10_07-41-28_592c97bb8d71/events.out.tfevents.1718005289.592c97bb8d71.217.9 +3 -0
- runs/Jun10_07-42-02_592c97bb8d71/events.out.tfevents.1718005323.592c97bb8d71.217.10 +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +57 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: allenai/longformer-base-4096
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: job_interview_STAR_transcript_classifier_long
|
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 |
+
# job_interview_STAR_transcript_classifier_long
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2128
|
21 |
+
- Accuracy: 0.9667
|
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: 2e-05
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 4
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 4
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 60 | 0.2217 | 0.9333 |
|
54 |
+
| No log | 2.0 | 120 | 0.2318 | 0.9667 |
|
55 |
+
| No log | 3.0 | 180 | 0.2169 | 0.9667 |
|
56 |
+
| No log | 4.0 | 240 | 0.2128 | 0.9667 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- Transformers 4.41.2
|
62 |
+
- Pytorch 2.3.0+cu121
|
63 |
+
- Datasets 2.19.2
|
64 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "allenai/longformer-base-4096",
|
3 |
+
"architectures": [
|
4 |
+
"LongformerForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_mode": "longformer",
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"attention_window": [
|
9 |
+
512,
|
10 |
+
512,
|
11 |
+
512,
|
12 |
+
512,
|
13 |
+
512,
|
14 |
+
512,
|
15 |
+
512,
|
16 |
+
512,
|
17 |
+
512,
|
18 |
+
512,
|
19 |
+
512,
|
20 |
+
512
|
21 |
+
],
|
22 |
+
"bos_token_id": 0,
|
23 |
+
"eos_token_id": 2,
|
24 |
+
"gradient_checkpointing": false,
|
25 |
+
"hidden_act": "gelu",
|
26 |
+
"hidden_dropout_prob": 0.1,
|
27 |
+
"hidden_size": 768,
|
28 |
+
"id2label": {
|
29 |
+
"0": "FAIL",
|
30 |
+
"1": "SUCCESS"
|
31 |
+
},
|
32 |
+
"ignore_attention_mask": false,
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"intermediate_size": 3072,
|
35 |
+
"label2id": {
|
36 |
+
"FAIL": 0,
|
37 |
+
"SUCCESS": 1
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-05,
|
40 |
+
"max_position_embeddings": 4098,
|
41 |
+
"model_type": "longformer",
|
42 |
+
"num_attention_heads": 12,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"onnx_export": false,
|
45 |
+
"pad_token_id": 1,
|
46 |
+
"problem_type": "single_label_classification",
|
47 |
+
"sep_token_id": 2,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.41.2",
|
50 |
+
"type_vocab_size": 1,
|
51 |
+
"vocab_size": 50265
|
52 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28ccb7ba82080a9ed8107c12c59416fedbb8f5c2590d3027ee29b96251f0bd82
|
3 |
+
size 594678184
|
runs/Jun10_07-31-33_592c97bb8d71/events.out.tfevents.1718004694.592c97bb8d71.217.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe17afb4ec45fd77d31a722ad3dd6aaae9c067cb74ccba9434bc55898243e14b
|
3 |
+
size 5169
|
runs/Jun10_07-31-47_592c97bb8d71/events.out.tfevents.1718004707.592c97bb8d71.217.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c98ae72c93086f46f30dd23d8680e293ec540894bd5505ad5ed10b777ed2b2e5
|
3 |
+
size 5169
|
runs/Jun10_07-32-10_592c97bb8d71/events.out.tfevents.1718004731.592c97bb8d71.217.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd5d5ad0adbb9ae76469242cf08c0b3928132127de43abde2d2799ad94adfb6b
|
3 |
+
size 5169
|
runs/Jun10_07-33-01_592c97bb8d71/events.out.tfevents.1718004782.592c97bb8d71.217.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cef2581d2d1ebd21b739707e9c1f36a90e7755388b37c9bc2c0fa0b76df2e6f
|
3 |
+
size 5169
|
runs/Jun10_07-33-57_592c97bb8d71/events.out.tfevents.1718004839.592c97bb8d71.217.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9da04f6ea02170f309960370c5f075c1fc07e8de0a4b310c5b31c186b11b2ba8
|
3 |
+
size 5169
|
runs/Jun10_07-34-52_592c97bb8d71/events.out.tfevents.1718004893.592c97bb8d71.217.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9797012b11b26d25cbe9cc93143ac882175fcc12d778da806ade74155b66b597
|
3 |
+
size 5169
|
runs/Jun10_07-37-22_592c97bb8d71/events.out.tfevents.1718005043.592c97bb8d71.217.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:245ddb6c0711efb91d73edc01c2ac6eaeacb404f491c605824eee18bcca2f33b
|
3 |
+
size 5169
|
runs/Jun10_07-38-42_592c97bb8d71/events.out.tfevents.1718005123.592c97bb8d71.217.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9c76313db7488411a620a953045c3f081a9a4e46466f2269423464863c6e4f8
|
3 |
+
size 5167
|
runs/Jun10_07-38-56_592c97bb8d71/events.out.tfevents.1718005136.592c97bb8d71.217.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17a98b92672b3109daac2a23cef09aeb03d74ff967e550f0157c95313b74414
|
3 |
+
size 5216
|
runs/Jun10_07-41-28_592c97bb8d71/events.out.tfevents.1718005289.592c97bb8d71.217.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04816c3032e9b05725292bd472b503bc2665e127399a2d809e8e56ff1500b7a5
|
3 |
+
size 5216
|
runs/Jun10_07-42-02_592c97bb8d71/events.out.tfevents.1718005323.592c97bb8d71.217.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:403e297f88929107549bf219b1208e2a39e47fa4a7ba465410d211b8ee0e73af
|
3 |
+
size 6850
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"50264": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 1000000000000000019884624838656,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"sep_token": "</s>",
|
54 |
+
"tokenizer_class": "LongformerTokenizer",
|
55 |
+
"trim_offsets": true,
|
56 |
+
"unk_token": "<unk>"
|
57 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dab8b92a210f7f916621e616cc943b792e069d7510ae194e76e14c49f129798
|
3 |
+
size 5176
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|