Thamer commited on
Commit
79ae010
1 Parent(s): e82ecf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -6,6 +6,11 @@ tags:
6
  model-index:
7
  - name: Thamer/distilbert-fine-tuned
8
  results: []
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
@@ -13,7 +18,7 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # Thamer/distilbert-fine-tuned
15
 
16
- This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Train Loss: 0.0581
19
  - Validation Loss: 0.3206
@@ -54,4 +59,4 @@ The following hyperparameters were used during training:
54
  - Transformers 4.31.0
55
  - TensorFlow 2.11.0
56
  - Datasets 2.13.1
57
- - Tokenizers 0.13.3
 
6
  model-index:
7
  - name: Thamer/distilbert-fine-tuned
8
  results: []
9
+ datasets:
10
+ - sst2
11
+ language:
12
+ - en
13
+ library_name: transformers
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
18
 
19
  # Thamer/distilbert-fine-tuned
20
 
21
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an sst2 dataset.
22
  It achieves the following results on the evaluation set:
23
  - Train Loss: 0.0581
24
  - Validation Loss: 0.3206
 
59
  - Transformers 4.31.0
60
  - TensorFlow 2.11.0
61
  - Datasets 2.13.1
62
+ - Tokenizers 0.13.3