mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
[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.)
This commit is contained in:
parent
b01a8844a9
commit
82dd96cae7
@ -4,8 +4,8 @@ tags:
|
||||
- exbert
|
||||
license: apache-2.0
|
||||
datasets:
|
||||
- SNLI
|
||||
- MultiNLI
|
||||
- snli
|
||||
- multi_nli
|
||||
---
|
||||
|
||||
# BERT base model (uncased) for Sentence Embeddings
|
||||
|
@ -4,8 +4,8 @@ tags:
|
||||
- exbert
|
||||
license: apache-2.0
|
||||
datasets:
|
||||
- SNLI
|
||||
- MultiNLI
|
||||
- snli
|
||||
- multi_nli
|
||||
---
|
||||
|
||||
# BERT base model (uncased) for Sentence Embeddings
|
||||
|
@ -4,8 +4,8 @@ tags:
|
||||
- exbert
|
||||
license: apache-2.0
|
||||
datasets:
|
||||
- SNLI
|
||||
- MultiNLI
|
||||
- snli
|
||||
- multi_nli
|
||||
---
|
||||
|
||||
# BERT base model (uncased) for Sentence Embeddings
|
||||
|
Loading…
Reference in New Issue
Block a user