Gyu12 commited on
Commit
16e0986
1 Parent(s): 6c9db8c

End of training

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +4 -0
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [Twitter/twhin-bert-base](https://huggingface.co/Twitter/twhin-bert-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4442
21
- - Accuracy: 0.8332
22
 
23
  ## Model description
24
 
@@ -49,8 +49,8 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 381 | 0.4086 | 0.8267 |
53
- | 0.3876 | 2.0 | 762 | 0.4442 | 0.8332 |
54
 
55
 
56
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [Twitter/twhin-bert-base](https://huggingface.co/Twitter/twhin-bert-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4282
21
+ - Accuracy: 0.8345
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 381 | 0.4140 | 0.8352 |
53
+ | 0.4233 | 2.0 | 762 | 0.4282 | 0.8345 |
54
 
55
 
56
  ### Framework versions
config.json CHANGED
@@ -10,6 +10,10 @@
10
  "hidden_size": 768,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
 
 
 
 
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
  "model_type": "bert",
 
10
  "hidden_size": 768,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
13
+ "label2id": {
14
+ "Disaster": 1,
15
+ "Not disaster": 0
16
+ },
17
  "layer_norm_eps": 1e-12,
18
  "max_position_embeddings": 512,
19
  "model_type": "bert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b9b1fc6fb8a53fbe2adaa51abfa24cdf9a00d54c36d529db23d2e4fb0476205
3
  size 1115392993
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8f7451a648ceba364863d56d96348849e2e482c6b74d69b895d2abde0c8951
3
  size 1115392993
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20a6cd3f352030309aa11d63a4675405d354860f97287f76de5c704c4e236261
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf282028815dfe793b197abdb80558677e1fba969088812e01dda4cf507fa5fb
3
  size 4027