plexatic commited on
Commit
a1d1d07
·
1 Parent(s): ecbfdf3
Files changed (7) hide show
  1. config.json +40 -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 +58 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "joeddav/xlm-roberta-large-xnli",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
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": 1024,
14
+ "id2label": {
15
+ "0": "contradiction",
16
+ "1": "neutral",
17
+ "2": "entailment"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 4096,
21
+ "label2id": {
22
+ "contradiction": 0,
23
+ "entailment": 2,
24
+ "neutral": 1
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "xlm-roberta",
29
+ "num_attention_heads": 16,
30
+ "num_hidden_layers": 24,
31
+ "output_past": true,
32
+ "pad_token_id": 1,
33
+ "position_embedding_type": "absolute",
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.25.1",
37
+ "type_vocab_size": 1,
38
+ "use_cache": true,
39
+ "vocab_size": 250002
40
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95713ef0814771831011d52e1260b6591730482a3866ecc7521eff5af861b97b
3
+ size 4479377425
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7252032a8e646e06981833dae87fd089e0952e30e3c9e9a3f0bc3a6b0e4c99
3
+ size 2239711213
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7223d1f21f85cd545e8c8d81821c810a53fbefdee2060044b1a0c7ef9008e68d
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e512717c051bd5ada11c1d32a5e524e6add99637caa37481aa1461115864b4
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.932551319648094,
5
+ "global_step": 2000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.73,
12
+ "learning_rate": 3.7781036168132945e-05,
13
+ "loss": 0.5315,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.9261092775944261,
19
+ "eval_loss": 0.21968263387680054,
20
+ "eval_runtime": 262.5074,
21
+ "eval_samples_per_second": 41.553,
22
+ "eval_steps_per_second": 5.196,
23
+ "step": 682
24
+ },
25
+ {
26
+ "epoch": 1.47,
27
+ "learning_rate": 2.5562072336265887e-05,
28
+ "loss": 0.4054,
29
+ "step": 1000
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.9733223322332233,
34
+ "eval_loss": 0.09609706699848175,
35
+ "eval_runtime": 262.661,
36
+ "eval_samples_per_second": 41.529,
37
+ "eval_steps_per_second": 5.193,
38
+ "step": 1364
39
+ },
40
+ {
41
+ "epoch": 2.2,
42
+ "learning_rate": 1.3343108504398828e-05,
43
+ "loss": 0.2765,
44
+ "step": 1500
45
+ },
46
+ {
47
+ "epoch": 2.93,
48
+ "learning_rate": 1.1241446725317694e-06,
49
+ "loss": 0.165,
50
+ "step": 2000
51
+ }
52
+ ],
53
+ "max_steps": 2046,
54
+ "num_train_epochs": 3,
55
+ "total_flos": 2.9814448911998976e+16,
56
+ "trial_name": null,
57
+ "trial_params": null
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17875f16162edc142f40fc0348854aa63934444e1aa55d1dfd529d9e0394041
3
+ size 3375