ecopus commited on
Commit
0bcf31a
·
verified ·
1 Parent(s): 4f65437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -12,14 +12,15 @@ metrics:
12
  model-index:
13
  - name: superhero-distilbert-predictor
14
  results: []
 
 
15
  ---
16
 
17
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
- should probably proofread and complete it, then remove this comment. -->
19
-
20
  # superhero-distilbert-predictor
21
 
22
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
 
 
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0161
25
  - Accuracy: 1.0
@@ -27,17 +28,14 @@ It achieves the following results on the evaluation set:
27
  - Precision: 1.0
28
  - Recall: 1.0
29
 
30
- ## Model description
31
-
32
- More information needed
33
-
34
  ## Intended uses & limitations
35
 
36
- More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
 
41
 
42
  ## Training procedure
43
 
@@ -68,4 +66,4 @@ The following hyperparameters were used during training:
68
  - Transformers 4.56.1
69
  - Pytorch 2.8.0+cu126
70
  - Datasets 4.0.0
71
- - Tokenizers 0.22.0
 
12
  model-index:
13
  - name: superhero-distilbert-predictor
14
  results: []
15
+ datasets:
16
+ - rlogh/superhero-texts
17
  ---
18
 
 
 
 
19
  # superhero-distilbert-predictor
20
 
21
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the superhero-texts dataset.
22
+ This model maps brief descriptions of popular superheroes to their respective comic book universes.
23
+
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.0161
26
  - Accuracy: 1.0
 
28
  - Precision: 1.0
29
  - Recall: 1.0
30
 
 
 
 
 
31
  ## Intended uses & limitations
32
 
33
+ This model is strictly intended for educational use. Do not use this model to draw real world conclusions.
34
 
35
  ## Training and evaluation data
36
 
37
+ This model was trained on an augmented set of 1100 synthetically generated superhero descriptions and their respective universe label.
38
+ This model was validated against a set of 100 original, human curated descriptions.
39
 
40
  ## Training procedure
41
 
 
66
  - Transformers 4.56.1
67
  - Pytorch 2.8.0+cu126
68
  - Datasets 4.0.0
69
+ - Tokenizers 0.22.0