add json files
Browse files- .gitattributes +10 -0
- README.md +77 -0
- all_results.json +3 -0
- config.json +3 -0
- eval_results.json +3 -0
- pytorch_model.bin +3 -0
- runs/.DS_Store +0 -0
- runs/Dec02_13-15-15_xzy/1638422142.028141/events.out.tfevents.1638422142.xzy.61279.1 +3 -0
- runs/Dec02_13-15-15_xzy/events.out.tfevents.1638422142.xzy.61279.0 +3 -0
- runs/Dec02_13-17-40_xzy/1638422289.40364/events.out.tfevents.1638422289.xzy.61379.1 +3 -0
- runs/Dec02_13-17-40_xzy/events.out.tfevents.1638422289.xzy.61379.0 +3 -0
- runs/Dec02_13-21-56_xzy/1638422538.8584151/events.out.tfevents.1638422538.xzy.61564.1 +3 -0
- runs/Dec02_13-21-56_xzy/events.out.tfevents.1638422538.xzy.61564.0 +3 -0
- runs/Dec02_13-21-56_xzy/events.out.tfevents.1638426081.xzy.61564.2 +3 -0
- runs/Dec02_14-27-51_xzy/1638426498.099426/events.out.tfevents.1638426498.xzy.63882.1 +3 -0
- runs/Dec02_14-27-51_xzy/events.out.tfevents.1638426498.xzy.63882.0 +3 -0
- special_tokens_map.json +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +3 -0
- train_results.json +3 -0
- trainer_state.json +3 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
|
@@ -25,3 +25,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
eval_results.json filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
train_results.json filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
all_results.json filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
config.json filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
training_args.bin filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
datasets:
|
| 8 |
+
- glue
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
- f1
|
| 12 |
+
model-index:
|
| 13 |
+
- name: bert_finetunning
|
| 14 |
+
results:
|
| 15 |
+
- task:
|
| 16 |
+
name: Text Classification
|
| 17 |
+
type: text-classification
|
| 18 |
+
dataset:
|
| 19 |
+
name: GLUE MRPC
|
| 20 |
+
type: glue
|
| 21 |
+
args: mrpc
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Accuracy
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.8259803921568627
|
| 26 |
+
- name: F1
|
| 27 |
+
type: f1
|
| 28 |
+
value: 0.8786324786324787
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 32 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 33 |
+
|
| 34 |
+
# bert_finetunning
|
| 35 |
+
|
| 36 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE MRPC dataset.
|
| 37 |
+
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 0.4018
|
| 39 |
+
- Accuracy: 0.8260
|
| 40 |
+
- F1: 0.8786
|
| 41 |
+
- Combined Score: 0.8523
|
| 42 |
+
|
| 43 |
+
## Model description
|
| 44 |
+
|
| 45 |
+
More information needed
|
| 46 |
+
|
| 47 |
+
## Intended uses & limitations
|
| 48 |
+
|
| 49 |
+
More information needed
|
| 50 |
+
|
| 51 |
+
## Training and evaluation data
|
| 52 |
+
|
| 53 |
+
More information needed
|
| 54 |
+
|
| 55 |
+
## Training procedure
|
| 56 |
+
|
| 57 |
+
### Training hyperparameters
|
| 58 |
+
|
| 59 |
+
The following hyperparameters were used during training:
|
| 60 |
+
- learning_rate: 2e-05
|
| 61 |
+
- train_batch_size: 8
|
| 62 |
+
- eval_batch_size: 8
|
| 63 |
+
- seed: 42
|
| 64 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 65 |
+
- lr_scheduler_type: linear
|
| 66 |
+
- num_epochs: 1.0
|
| 67 |
+
|
| 68 |
+
### Training results
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
### Framework versions
|
| 73 |
+
|
| 74 |
+
- Transformers 4.13.0.dev0
|
| 75 |
+
- Pytorch 1.9.0
|
| 76 |
+
- Datasets 1.16.1
|
| 77 |
+
- Tokenizers 0.10.3
|
all_results.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd5091625e80e0b14db526cf89113f20d5cf6b0d687c2d673b4dd7bd5362be89
|
| 3 |
+
size 481
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfe7a095a4350a4544cf4cc880297c2f48d7ac7a07c2fdb60ad740f96bbc3bb4
|
| 3 |
+
size 897
|
eval_results.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad353702ee713053251c47fc31123d7dcfc3f190071124a8cd133b9983bf2245
|
| 3 |
+
size 308
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a8be6e5f7b744e90b68ccd60ca5008d6d5b3ebd3bbb85d460249497d61c168a
|
| 3 |
+
size 438016429
|
runs/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
runs/Dec02_13-15-15_xzy/1638422142.028141/events.out.tfevents.1638422142.xzy.61279.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2be3ed03b30acba61950303ab65fcd517b59ffdc1f44344cb78d0c85afa00017
|
| 3 |
+
size 4820
|
runs/Dec02_13-15-15_xzy/events.out.tfevents.1638422142.xzy.61279.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28a85f39b39c89d5646eeeb2fc9c1d4dc6cc24faa22e9329fb5f6223534542a3
|
| 3 |
+
size 40
|
runs/Dec02_13-17-40_xzy/1638422289.40364/events.out.tfevents.1638422289.xzy.61379.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e8dc3fb8c211b55e4ec8ea8bdc79265dd74d82aaecf6a67f78c1a6a4a1a8059
|
| 3 |
+
size 4820
|
runs/Dec02_13-17-40_xzy/events.out.tfevents.1638422289.xzy.61379.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c592ef6e358da270b71dd0b876ec0e2900f007cb269e84c30eba6b0d5e087072
|
| 3 |
+
size 3564
|
runs/Dec02_13-21-56_xzy/1638422538.8584151/events.out.tfevents.1638422538.xzy.61564.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70ac98be3fa0c67a09f144a07e09687b7be867eb9437ab733552c22bfdc6d153
|
| 3 |
+
size 4820
|
runs/Dec02_13-21-56_xzy/events.out.tfevents.1638422538.xzy.61564.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee54a3dc8c7820310c1915f602c40da4ee7665703470493efd52c4ede32b5a1a
|
| 3 |
+
size 3918
|
runs/Dec02_13-21-56_xzy/events.out.tfevents.1638426081.xzy.61564.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09467b330f6244e3d5613450a1bdc94d556abba653cf9ad4850bcb7b9dc94bb8
|
| 3 |
+
size 467
|
runs/Dec02_14-27-51_xzy/1638426498.099426/events.out.tfevents.1638426498.xzy.63882.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:434abbd3ab3bd7a7254ff9feb8ca162a59909f46c68c54072a0ac61384aa514f
|
| 3 |
+
size 4820
|
runs/Dec02_14-27-51_xzy/events.out.tfevents.1638426498.xzy.63882.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28e93d5011b23388a6c44ae0516326b2065acd86b1d1dd971cdaf2baf7eeb9af
|
| 3 |
+
size 40
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:303df45a03609e4ead04bc3dc1536d0ab19b5358db685b6f3da123d05ec200e3
|
| 3 |
+
size 112
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fd1c882abbd30517dced455a2c9768945ec726b96727927e4959348d9de550b
|
| 3 |
+
size 466081
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a8ed9b01c8a56b555dcdc31cd526ba9e488cfc16ee5a101b3ce64af81d34f3d
|
| 3 |
+
size 321
|
train_results.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c3dc5ccc14bc1ecd2d28288e538d1cc68480b1f23ca81d3d9cc8619c709d966
|
| 3 |
+
size 193
|
trainer_state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ceb704f24fce313f5594e7fe298475d3a1a4f6a50503ca68dfec9258660a61
|
| 3 |
+
size 590
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fe7c165721ccdca3954dcd7c1cbf2c5848ccfd61668d97568a6f48b741a7698
|
| 3 |
+
size 2991
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|