adrinanou commited on
Commit
efb6020
1 Parent(s): 5638f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,6 +6,8 @@ tags:
6
  model-index:
7
  - name: distilbert-base-uncased-finetuned-squac
8
  results: []
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # distilbert-base-uncased-finetuned-squac
15
 
16
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 2.0973
19
 
@@ -56,4 +58,4 @@ The following hyperparameters were used during training:
56
  - Transformers 4.31.0
57
  - Pytorch 2.0.1+cu117
58
  - Datasets 2.14.4
59
- - Tokenizers 0.13.3
 
6
  model-index:
7
  - name: distilbert-base-uncased-finetuned-squac
8
  results: []
9
+ datasets:
10
+ - IIC/SQUAC
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # distilbert-base-uncased-finetuned-squac
17
 
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an Extractive QuestionAnswering dataset(SQuAC).
19
  It achieves the following results on the evaluation set:
20
  - Loss: 2.0973
21
 
 
58
  - Transformers 4.31.0
59
  - Pytorch 2.0.1+cu117
60
  - Datasets 2.14.4
61
+ - Tokenizers 0.13.3