AndreiRabau commited on
Commit
83ed275
·
verified ·
1 Parent(s): 174bdd9

Description added

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -18,7 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # albert-base-v2-Shakespear
20
 
21
- This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
 
 
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.0127
24
  - Accuracy: 0.9989
@@ -27,17 +29,9 @@ It achieves the following results on the evaluation set:
27
 
28
  ## Model description
29
 
30
- More information needed
31
-
32
- ## Intended uses & limitations
33
-
34
- More information needed
35
-
36
- ## Training and evaluation data
37
-
38
- More information needed
39
 
40
- ## Training procedure
41
 
42
  ### Training hyperparameters
43
 
 
18
 
19
  # albert-base-v2-Shakespear
20
 
21
+ This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on 2 datasets.
22
+ The first dataset consists of Shakespeare's poems, and the second consists of the CNN news dataset.
23
+
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.0127
26
  - Accuracy: 0.9989
 
29
 
30
  ## Model description
31
 
32
+ This model was created for text classification to determine whether a given text is in Shakespeare's style or not.
33
+ You can use this model to classify texts or as a validation metric for evaluating Shakespeare-style text generation models.
 
 
 
 
 
 
 
34
 
 
35
 
36
  ### Training hyperparameters
37