Commit 82dd96ca authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[model_cards] Dataset ids are case-sensitive

cc @lhoestq @thomwolf

Also cc'ing model author @nreimers => Model pages now properly link to the dataset pages (and in the future, eval results, etc.)
parent b01a8844
...@@ -4,8 +4,8 @@ tags: ...@@ -4,8 +4,8 @@ tags:
- exbert - exbert
license: apache-2.0 license: apache-2.0
datasets: datasets:
- SNLI - snli
- MultiNLI - multi_nli
--- ---
# BERT base model (uncased) for Sentence Embeddings # BERT base model (uncased) for Sentence Embeddings
......
...@@ -4,8 +4,8 @@ tags: ...@@ -4,8 +4,8 @@ tags:
- exbert - exbert
license: apache-2.0 license: apache-2.0
datasets: datasets:
- SNLI - snli
- MultiNLI - multi_nli
--- ---
# BERT base model (uncased) for Sentence Embeddings # BERT base model (uncased) for Sentence Embeddings
......
...@@ -4,8 +4,8 @@ tags: ...@@ -4,8 +4,8 @@ tags:
- exbert - exbert
license: apache-2.0 license: apache-2.0
datasets: datasets:
- SNLI - snli
- MultiNLI - multi_nli
--- ---
# BERT base model (uncased) for Sentence Embeddings # BERT base model (uncased) for Sentence Embeddings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment