mstz commited on
Commit
ae6d6c1
1 Parent(s): 7d00c36

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - victorian
6
+ - text-classification
7
+ pretty_name: Abalone
8
+ size_categories:
9
+ - 10K<n<100K
10
+ task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
11
+ - text-classification
12
  ---
13
+ # Abalone
14
+ The [Victorian authorship dataset](https://scholarworks.iupui.edu/server/api/core/bitstreams/708a9870-915e-4d59-b54d-938af563c196/content).
15
+ Which Victorian author wrote the given text?
16
+
17
+ # Configurations and tasks
18
+ | **Configuration** | **Task** | Description |
19
+ |-------------------|---------------------------|---------------------------------------------------------------|
20
+ | authorship | Classification | Which Victorian author wrote the given text?|
21
+
22
+ # Usage
23
+ ```
24
+ from datasets import load_dataset
25
+
26
+ dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]
27
+ ```
28
+
29
+ # Features
30
+ |**Feature** |**Type** |
31
+ |-------------------|---------------|
32
+ | text | `[string]` |