librarian-bot commited on
Commit
bfbd01c
1 Parent(s): 8e3b45d

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 `89.52633409`. 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-768/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 +10 -7
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -11,13 +18,9 @@ dataset_info:
11
  num_examples: 7564
12
  download_size: 704564297
13
  dataset_size: 679617796.94
14
- pretty_name: 'Microsoft FluentUI Emoji 768x768'
15
- size_categories:
16
- - n<10K
17
- tags: ["emoji", "fluentui"]
18
- task_categories:
19
- - text-to-image
20
- license: mit
21
  ---
22
  # Dataset Card for "microsoft-fluentui-emoji-768"
23
 
 
1
  ---
2
+ language: en
3
+ license: mit
4
+ size_categories:
5
+ - n<10K
6
+ task_categories:
7
+ - text-to-image
8
+ pretty_name: Microsoft FluentUI Emoji 768x768
9
  dataset_info:
10
  features:
11
  - name: text
 
18
  num_examples: 7564
19
  download_size: 704564297
20
  dataset_size: 679617796.94
21
+ tags:
22
+ - emoji
23
+ - fluentui
 
 
 
 
24
  ---
25
  # Dataset Card for "microsoft-fluentui-emoji-768"
26