librarian-bot commited on
Commit
1b202e9
1 Parent(s): 6c69558

HuggyLingo Bot: Add language information to your dataset

Browse files

This is a pull request suggesting to add `en` as language metadata for your dataset (defined in the `YAML` block of your dataset's `README.md`). This metadata field helps people identify datasets in languages they are interested in working with. This metadata also makes it easier to know which languages a model has been trained on.

The suggestion to add `en` to your dataset metadata was generated by downloading the first 20 rows of your dataset and passing likely text based columns from your dataset through a [language detection model](https://huggingface.co/facebook/fasttext-language-identification). This model return `en` with a confidence of `94.88159782`. Whilst efforts were made to filter out likely wrong predictions it is possible that this suggestion is not correct. If you think that this is the case please feel free to close this PR and make sure to let us know in a comment.

If the suggested metadata here doesn't work, you may still want to add metadata for language to your dataset. You can do this by [editing your dataset's `README.md` file](https://huggingface.co/datasets/Norod78/microsoft-fluentui-emoji-512-whitebg/edit/main/README.md)

This PR was made by Librarian Bot. Feel free to get in touch with [@davanstrien](https://huggingface.co/davanstrien) with feedback or questions.

Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -11,14 +19,9 @@ dataset_info:
11
  num_examples: 7564
12
  download_size: 338676474
13
  dataset_size: 329173985.708
14
- pretty_name: 'Microsoft FluentUI Emoji 512x512 White Background'
15
- size_categories:
16
- - n<10K
17
- tags: ["emoji", "fluentui"]
18
- task_categories:
19
- - unconditional-image-generation
20
- - text-to-image
21
- license: mit
22
  ---
23
  # Dataset Card for "microsoft-fluentui-emoji-512-whitebg"
24
 
 
1
  ---
2
+ language: en
3
+ license: mit
4
+ size_categories:
5
+ - n<10K
6
+ task_categories:
7
+ - unconditional-image-generation
8
+ - text-to-image
9
+ pretty_name: Microsoft FluentUI Emoji 512x512 White Background
10
  dataset_info:
11
  features:
12
  - name: text
 
19
  num_examples: 7564
20
  download_size: 338676474
21
  dataset_size: 329173985.708
22
+ tags:
23
+ - emoji
24
+ - fluentui
 
 
 
 
 
25
  ---
26
  # Dataset Card for "microsoft-fluentui-emoji-512-whitebg"
27