Jorsini commited on
Commit
2f49b4d
1 Parent(s): 532bf8e

End of training

Browse files
README.md CHANGED
@@ -15,12 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 1.7713
19
- - eval_runtime: 1.2308
20
- - eval_samples_per_second: 131.621
21
- - eval_steps_per_second: 17.062
22
- - epoch: 10.0
23
- - step: 810
24
 
25
  ## Model description
26
 
@@ -45,7 +40,18 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 35
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  ### Framework versions
51
 
 
15
 
16
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.5773
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 5
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 152 | 1.7610 |
50
+ | No log | 2.0 | 304 | 1.6016 |
51
+ | No log | 3.0 | 456 | 1.6983 |
52
+ | 1.7793 | 4.0 | 608 | 1.5543 |
53
+ | 1.7793 | 5.0 | 760 | 1.5773 |
54
+
55
 
56
  ### Framework versions
57
 
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "distilroberta-base",
3
  "architectures": [
4
- "RobertaForCausalLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
1
  {
2
  "_name_or_path": "distilroberta-base",
3
  "architectures": [
4
+ "RobertaForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b264184042e4c827159ec12eb2c91c666909b4d4082b96a87f1579df6de431b
3
  size 328693404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c3b7cd01cee5d4542cb7d70255e68247b04bad42473b8c06a9f455393dc1f6b
3
  size 328693404
runs/Jan07_19-50-54_2c2be611b99b/events.out.tfevents.1704658385.2c2be611b99b.440.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a2440f8473a057ef018197a4fb4fb1afdf2b0342ec90bcbc2aad914a1735a36
3
+ size 6184
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03f7ac533c67dbdb36c83c2d61eb285b9a76adadfd483dc65d54b72e47a325c0
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f07bd059f049dca6881fe97a401f42ffd1bc82747cd1bc67303d46411b5484
3
  size 4600