librarian-bot commited on
Commit
dbe2cf4
1 Parent(s): 4c43532

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 +9 -15
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
- language:
3
  - en
4
  - ru
5
-
 
 
 
 
6
  datasets:
7
- - glue
8
  - mnli
9
-
10
  model_index:
11
  - name: mnli
12
  results:
@@ -17,18 +20,9 @@ model_index:
17
  name: GLUE MNLI
18
  type: glue
19
  args: mnli
20
-
21
-
22
- tags:
23
- - xlm-roberta
24
- - xlm-roberta-large
25
- - xlm-roberta-large-en-ru
26
- - xlm-roberta-large-en-ru-mnli
27
-
28
  widget:
29
- - text: "Люблю тебя. Ненавижу тебя"
30
- - text: "I love you. I hate you"
31
-
32
  ---
33
 
34
 
 
1
  ---
2
+ language:
3
  - en
4
  - ru
5
+ tags:
6
+ - xlm-roberta
7
+ - xlm-roberta-large
8
+ - xlm-roberta-large-en-ru
9
+ - xlm-roberta-large-en-ru-mnli
10
  datasets:
11
+ - nyu-mll/glue
12
  - mnli
 
13
  model_index:
14
  - name: mnli
15
  results:
 
20
  name: GLUE MNLI
21
  type: glue
22
  args: mnli
 
 
 
 
 
 
 
 
23
  widget:
24
+ - text: Люблю тебя. Ненавижу тебя
25
+ - text: I love you. I hate you
 
26
  ---
27
 
28