Hieu commited on
Commit
dc03fd2
·
1 Parent(s): 3910497

Push from colab

Browse files
Files changed (7) hide show
  1. config.json +29 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +70 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cardiffnlp/twitter-roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 514,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.17.0",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 50265
29
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895d0b4e7c9692088ab659494df43601c24459804e33ba612b9d8606049a22e3
3
+ size 997293853
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ede9b09209dd5644fa9a7f453082eee896464a9a50eb50a44dea406b098059
3
+ size 498675053
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f774346f5effc87fcc856da9ee90ba0dfe7ed861e04acc9095bca1f19dbf66a3
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f59298a08cd157d1ecc05e8d4af34705a5651d34f0742e06d5e37fa3d64298a
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.615384615384615,
5
+ "global_step": 4500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.07,
12
+ "learning_rate": 4.465811965811966e-05,
13
+ "loss": 0.386,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 2.14,
18
+ "learning_rate": 3.931623931623932e-05,
19
+ "loss": 0.2035,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 3.21,
24
+ "learning_rate": 3.397435897435898e-05,
25
+ "loss": 0.1108,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 4.27,
30
+ "learning_rate": 2.863247863247863e-05,
31
+ "loss": 0.065,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 5.34,
36
+ "learning_rate": 2.3290598290598293e-05,
37
+ "loss": 0.0495,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 6.41,
42
+ "learning_rate": 1.794871794871795e-05,
43
+ "loss": 0.0278,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 7.48,
48
+ "learning_rate": 1.2606837606837608e-05,
49
+ "loss": 0.02,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 8.55,
54
+ "learning_rate": 7.264957264957266e-06,
55
+ "loss": 0.0161,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 9.62,
60
+ "learning_rate": 1.9230769230769234e-06,
61
+ "loss": 0.0107,
62
+ "step": 4500
63
+ }
64
+ ],
65
+ "max_steps": 4680,
66
+ "num_train_epochs": 10,
67
+ "total_flos": 9458973995719680.0,
68
+ "trial_name": null,
69
+ "trial_params": null
70
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa25cc6bd0e760da2d27cd74041067b0cdabb6c5e42e39d5c26272c29b7b96bb
3
+ size 2991