Ubuntu commited on
Commit
6b15493
1 Parent(s): 3dbe02c

initial upload

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.7870036101083032,
4
+ "eval_loss": 0.47646862268447876,
5
+ "eval_runtime": 2.3779,
6
+ "eval_samples": 277,
7
+ "eval_samples_per_second": 116.487,
8
+ "eval_steps_per_second": 2.103,
9
+ "train_loss": 0.5415965740497296,
10
+ "train_runtime": 139.4417,
11
+ "train_samples": 2490,
12
+ "train_samples_per_second": 178.569,
13
+ "train_steps_per_second": 0.932
14
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-large",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "finetuning_task": "rte",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4096,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 514,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 24,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "transformers_version": "4.7.0.dev0",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.7870036101083032,
4
+ "eval_loss": 0.47646862268447876,
5
+ "eval_runtime": 2.3779,
6
+ "eval_samples": 277,
7
+ "eval_samples_per_second": 116.487,
8
+ "eval_steps_per_second": 2.103
9
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dbba126bbff479afa7ef8917606b77238ca8a6f355c6f3477399f758f9ecc80
3
+ size 1421616725
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-large"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "train_loss": 0.5415965740497296,
4
+ "train_runtime": 139.4417,
5
+ "train_samples": 2490,
6
+ "train_samples_per_second": 178.569,
7
+ "train_steps_per_second": 0.932
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "global_step": 130,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 10.0,
12
+ "step": 130,
13
+ "total_flos": 6795654659020800.0,
14
+ "train_loss": 0.5415965740497296,
15
+ "train_runtime": 139.4417,
16
+ "train_samples_per_second": 178.569,
17
+ "train_steps_per_second": 0.932
18
+ }
19
+ ],
20
+ "max_steps": 130,
21
+ "num_train_epochs": 10,
22
+ "total_flos": 6795654659020800.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d903f5918aed3e6b0ce1b28d3af418f8f7d3997c5e8a7f164d337b122522831
3
+ size 2479
vocab.json ADDED
The diff for this file is too large to render. See raw diff