pritoms commited on
Commit
323eb5c
·
1 Parent(s): 48cfadf
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - null
7
+ model-index:
8
+ - name: distilroberta-base-finetuned-wikitext2
9
+ results:
10
+ - task:
11
+ name: Masked Language Modeling
12
+ type: fill-mask
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # distilroberta-base-finetuned-wikitext2
19
+
20
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.2807
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 3.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | No log | 1.0 | 13 | 2.7886 |
54
+ | No log | 2.0 | 26 | 2.7917 |
55
+ | No log | 3.0 | 39 | 2.7255 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.10.3
61
+ - Pytorch 1.9.0+cu102
62
+ - Datasets 1.12.1
63
+ - Tokenizers 0.10.3
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilroberta-base",
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
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": 6,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.10.3",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:914e0a308b0a93206a2f013311baa4e47c22b9ce6072165a1183991011b515d5
3
+ size 328718571
runs/Sep25_11-43-44_a24803ff81de/1632570232.8577552/events.out.tfevents.1632570232.a24803ff81de.3404.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e39b8a6f252ffe5f399c40147da585afc71384cba19b0028077339273c965d3
3
+ size 4214
runs/Sep25_11-43-44_a24803ff81de/events.out.tfevents.1632570232.a24803ff81de.3404.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46227507adad252467d3dc50a9f2f4379436c598418fb6539743a769bfebcde0
3
+ size 4171
runs/Sep25_11-43-44_a24803ff81de/events.out.tfevents.1632570613.a24803ff81de.3404.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e13f9af8800bc40b75a9118baef2d0bfa5b01b8f8c97e459af1326d7749ff6
3
+ size 306
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccaf0bb0564b99cbdcd26cd0f586d844a261f23d7eb70671433da0d80494e9e
3
+ size 2671