RedHotTensors commited on
Commit
11d4be5
·
verified ·
1 Parent(s): 9f0856b

Update README.md

Browse files

# FARAD - Furry Aesthetic Realism Annotated Dataset

The FARAD text to image dataset consists of ~18k publicly-available image URL-text pairs from the professional art portfolo website [Artstation](artstation.com). The images were drawn from a set of ~600k furry-adjacent tagged images and then assessed for quality and content with [FARAMIR](https://github.com/redhottensors/FARAMIR) and collaboratively relabeled with simplified [e621](https://e621.net/) tags by [JTP-PILOT²](https://huggingface.co/RedRocket/JointTaggerProject).

## Version 1
Download Link: https://huggingface.co/datasets/RedRocket/FARAD/resolve/main/v1/data.csv?download=true (5MB)
Statistics: 18409 images from 4472 distinct projects. 738 artists and 1937 distinct tags.
CSV Fields: <code>url,project,asset,user,width,height,date,likes,title,labels</code>

## Dataset Sample
<table>
<tr>
<td><b>"Toothless - How To Train Your Dragon"</b> – donchuan3d</td>
<td><b>"Wolf Portrait (different angle)"</b> – massimorighi</td>
<td><b>"Raptors hunting"</b> – alessandromastronardi</td>
</tr>
<tr>
<td><img style="max-height: 386px; margin: 0;" src="https://cdna.artstation.com/p/assets/images/images/058/763/682/large/juan-hernandez-toothless-studio-1001.jpg"></td>
<td><img style="max-height: 386px; margin: 0;" src="https://cdnb.artstation.com/p/assets/images/images/016/724/971/large/massimo-righi-wolffrontmain.jpg"></td>
<td><img style="max-height: 386px; margin: 0;" src="https://cdna.artstation.com/p/assets/images/images/006/836/146/large/alessandro-mastronardi-deinonychus-popup105.jpg"></td>
</tr>
<tr>
<td><code>3d, how to train your dragon, male feral, night fury, rigging, simple background, solo, stylized, substance painter, toothless, zbrush</code></td>
<td><code>3d, ambiguous feral, arnold, realistic, simple background, solo, wolf</td>
<td><code>3d, ambiguous feral, deinonychus, detailed background, duo, realistic, zbrush</code></td>
</tr>
</table>

## Notes
Per the Artstation terms of service, the dataset does not contain images tagged with <code>#NoAI</code> at the time of retrieval.
Images of untextured models are present in the dataset, with the label <code>unfinished</code>, as assessed by FARAMIR.
The dataset may contain small amounts of unlabelled adult or mature content, but efforts have been made to avoid this.

## License
This dataset is available under the terms of the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en) license. This dataset only contains hyperlinks to publicly-available images and associated metadata. You are responsible for obeying all applicable laws and terms of service when using this dataset.

Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-to-image
5
+ language:
6
+ - en
7
+ tags:
8
+ - art
9
+ - furry
10
+ - realism
11
+ - artstation
12
+ - url
13
+ - image
14
+ - text
15
+ - csv
16
+ pretty_name: Furry Aesthetic Realism Annotated Dataset
17
+ size_categories:
18
+ - 10K<n<100K
19
+ ---