Raynok commited on
Commit
a93c9cf
1 Parent(s): da9c62f

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +5 -6
  2. config.json +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -12,10 +12,10 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # Raynok/roberta-squad
14
 
15
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.6700
18
- - Epoch: 1
19
 
20
  ## Model description
21
 
@@ -34,15 +34,14 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 66426, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
38
  - training_precision: mixed_float16
39
 
40
  ### Training results
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
- | 1.0412 | 0 |
45
- | 0.6700 | 1 |
46
 
47
 
48
  ### Framework versions
 
12
 
13
  # Raynok/roberta-squad
14
 
15
+ This model is a fine-tuned version of [Raynok/roberta-squad](https://huggingface.co/Raynok/roberta-squad) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.7257
18
+ - Epoch: 0
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 44284, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
38
  - training_precision: mixed_float16
39
 
40
  ### Training results
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
+ | 0.7257 | 0 |
 
45
 
46
 
47
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "roberta-base",
3
  "architectures": [
4
  "RobertaForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "Raynok/roberta-squad",
3
  "architectures": [
4
  "RobertaForQuestionAnswering"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:378a82cd731f73f76589afe2293e4fd3fad3a26f48f28235a3e030d42c55ca14
3
  size 496513256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026bd4c2ba3aa68154442adbd0572041330fd3b418e015e3cd6551fe302b8489
3
  size 496513256
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base", "tokenizer_class": "RobertaTokenizer"}
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "Raynok/roberta-squad", "tokenizer_class": "RobertaTokenizer"}