pszemraj commited on
Commit
638e08e
1 Parent(s): f09cb43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -15
README.md CHANGED
@@ -2,18 +2,35 @@
2
  license: mit
3
  base_model: roberta-large-mnli
4
  tags:
5
- - generated_from_trainer
 
 
6
  metrics:
7
  - f1
8
- model-index:
9
- - name: roberta-large-mnli-goodreads-bookgenres-Book_cls-5e
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # roberta-large-mnli-goodreads-bookgenres-Book_cls-5e
17
 
18
  This model is a fine-tuned version of [roberta-large-mnli](https://huggingface.co/roberta-large-mnli) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
@@ -22,15 +39,10 @@ It achieves the following results on the evaluation set:
22
 
23
  ## Model description
24
 
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
 
31
- ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
 
2
  license: mit
3
  base_model: roberta-large-mnli
4
  tags:
5
+ - book
6
+ - genre
7
+ - book title
8
  metrics:
9
  - f1
10
+ widget:
11
+ - text: The Quantum Chip
12
+ example_title: Science Fiction & Fantasy
13
+ - text: One Dollar's Journey
14
+ example_title: Business & Finance
15
+ - text: Timmy The Talking Tree
16
+ example_title: idk fiction
17
+ - text: The Cursed Canvas
18
+ example_title: Arts & Design
19
+ - text: Hoops and Hegel
20
+ example_title: Philosophy & Religion
21
+ - text: Overview of Streams in North Dakota
22
+ example_title: Nature
23
+ - text: Advanced Topology
24
+ example_title: Non-fiction/Math
25
+ - text: Cooking Up Love
26
+ example_title: Food & Cooking
27
+ - text: Dr. Doolittle's Extraplanatary Commute
28
+ example_title: Science & Technology
29
+ pipeline_tag: text-classification
30
+ ---
31
  ---
32
 
33
+ # roberta-large-mnli for title-genre classification
 
 
 
34
 
35
  This model is a fine-tuned version of [roberta-large-mnli](https://huggingface.co/roberta-large-mnli) on an unknown dataset.
36
  It achieves the following results on the evaluation set:
 
39
 
40
  ## Model description
41
 
42
+ This classifies one or more **genre** labels in a **multi-label** setting for a given book **title**.
 
 
 
 
43
 
44
+ The 'standard' way of interpreting the predictions is that the predicted labels for a given example are **only the ones with a greater than 50% probability.**
45
 
 
46
 
47
  ## Training procedure
48