Update README.md
Browse files
README.md
CHANGED
@@ -2,53 +2,53 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: albert-xxlarge-v2
|
4 |
tags:
|
5 |
-
-
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- f1
|
8 |
widget:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
example_title: Love.exe Has Stopped Working
|
43 |
language:
|
44 |
-
|
45 |
pipeline_tag: text-classification
|
46 |
---
|
47 |
|
48 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
49 |
-
should probably proofread and complete it, then remove this comment. -->
|
50 |
|
51 |
-
# albert-xxlarge-v2-
|
52 |
|
53 |
This model is a fine-tuned version of [albert-xxlarge-v2](https://huggingface.co/albert-xxlarge-v2) on an unknown dataset.
|
54 |
It achieves the following results on the evaluation set:
|
@@ -57,15 +57,7 @@ It achieves the following results on the evaluation set:
|
|
57 |
|
58 |
## Model description
|
59 |
|
60 |
-
|
61 |
-
|
62 |
-
## Intended uses & limitations
|
63 |
-
|
64 |
-
More information needed
|
65 |
-
|
66 |
-
## Training and evaluation data
|
67 |
-
|
68 |
-
More information needed
|
69 |
|
70 |
## Training procedure
|
71 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: albert-xxlarge-v2
|
4 |
tags:
|
5 |
+
- genre
|
6 |
+
- books
|
7 |
+
- multi-label
|
8 |
+
- dataset tools
|
9 |
metrics:
|
10 |
- f1
|
11 |
widget:
|
12 |
+
- text: >-
|
13 |
+
Meet Gertrude, a penguin detective who can't stand the cold. When a shrimp
|
14 |
+
cocktail goes missing from the Iceberg Lounge, it's up to her to solve the
|
15 |
+
mystery, wearing her collection of custom-made tropical turtlenecks.
|
16 |
+
example_title: Tropical Turtlenecks
|
17 |
+
- text: >-
|
18 |
+
Professor Wobblebottom, a notorious forgetful scientist, invents a time
|
19 |
+
machine but forgets how to use it. Now he is randomly popping into
|
20 |
+
significant historical events, ruining everything. The future of the past is
|
21 |
+
in the balance.
|
22 |
+
example_title: When I Forgot The Time
|
23 |
+
- text: >-
|
24 |
+
In a world where hugs are currency and your social credit score is
|
25 |
+
determined by your knack for dad jokes, John, a man who is allergic to
|
26 |
+
laughter, has to navigate his way without becoming broke—or broken-hearted.
|
27 |
+
example_title: Laugh Now, Pay Later
|
28 |
+
- text: >-
|
29 |
+
Emily, a vegan vampire, is faced with an ethical dilemma when she falls head
|
30 |
+
over heels for a human butcher named Bob. Will she bite the forbidden fruit
|
31 |
+
or stick to her plant-based blood substitutes?
|
32 |
+
example_title: Love at First Bite... Or Not
|
33 |
+
- text: >-
|
34 |
+
Steve, a sentient self-driving car, wants to be a Broadway star. His dream
|
35 |
+
seems unreachable until he meets Sally, a GPS system with the voice of an
|
36 |
+
angel and ambitions of her own.
|
37 |
+
example_title: Broadway or Bust
|
38 |
+
- text: >-
|
39 |
+
Dr. Fredrick Tensor, a socially awkward computer scientist, is on a quest to
|
40 |
+
perfect AI companionship. However, his models keep outputting cringe-worthy,
|
41 |
+
melodramatic waifus that scare away even the most die-hard fans of AI
|
42 |
+
romance. Frustrated and lonely, Fredrick must debug his love life and
|
43 |
+
algorithms before it's too late.
|
44 |
+
example_title: Love.exe Has Stopped Working
|
|
|
45 |
language:
|
46 |
+
- en
|
47 |
pipeline_tag: text-classification
|
48 |
---
|
49 |
|
|
|
|
|
50 |
|
51 |
+
# albert-xxlarge-v2-description2bookgenre
|
52 |
|
53 |
This model is a fine-tuned version of [albert-xxlarge-v2](https://huggingface.co/albert-xxlarge-v2) on an unknown dataset.
|
54 |
It achieves the following results on the evaluation set:
|
|
|
57 |
|
58 |
## Model description
|
59 |
|
60 |
+
This classifies one or more **genre** labels in a **multi-label** setting for a given book **description**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
## Training procedure
|
63 |
|