haunt224 commited on
Commit
3caa570
1 Parent(s): ebb70ac

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - squad
7
  model-index:
8
  - name: distilbert-base-uncased-finetuned-squad
9
  results: []
@@ -14,7 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # distilbert-base-uncased-finetuned-squad
16
 
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +41,15 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
43
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.19.2
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: distilbert-base-uncased-finetuned-squad
7
  results: []
 
12
 
13
  # distilbert-base-uncased-finetuned-squad
14
 
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 5.3363
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 2 | 5.6901 |
49
+ | No log | 2.0 | 4 | 5.4514 |
50
+ | No log | 3.0 | 6 | 5.3363 |
51
+
52
+
53
  ### Framework versions
54
 
55
  - Transformers 4.19.2