librarian-bot commited on
Commit
3edfe02
1 Parent(s): 7706330

Librarian Bot: Update Hugging Face dataset ID

Browse files

This pull request updates the ID of the dataset used to train the model to the new Hub identifier `nyu-mll/glue` (which has been migrated moved from `glue`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.

Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,22 +1,22 @@
1
  ---
2
- language:
3
  - sk
4
- pipeline_tag: sentence-similarity
5
  tags:
6
  - sentence-transformers
7
  - feature-extraction
8
  - sentence-similarity
9
  - sts
10
- license: cc
11
  datasets:
12
- - glue
13
  metrics:
14
  - spearmanr
 
15
  widget:
16
- - source_sentence: "Izrael uskutočnil letecké údery v blízkosti Damasku."
17
- sentences:
18
- - "Izrael uskutočnil vzdušný útok na Sýriu."
19
- - "Pes leží na gauči a má hlavu na bielom vankúši."
20
  ---
21
 
22
 
 
1
  ---
2
+ language:
3
  - sk
4
+ license: cc
5
  tags:
6
  - sentence-transformers
7
  - feature-extraction
8
  - sentence-similarity
9
  - sts
 
10
  datasets:
11
+ - nyu-mll/glue
12
  metrics:
13
  - spearmanr
14
+ pipeline_tag: sentence-similarity
15
  widget:
16
+ - source_sentence: Izrael uskutočnil letecké údery v blízkosti Damasku.
17
+ sentences:
18
+ - Izrael uskutočnil vzdušný útok na Sýriu.
19
+ - Pes leží na gauči a má hlavu na bielom vankúši.
20
  ---
21
 
22