clembi commited on
Commit
a4cbf3e
·
verified ·
1 Parent(s): 179da49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,5 +1,20 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  A ModernBERT model ([answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)) fine-tuned on NLI and tabular classification datasets using [sentence-transformers](https://sbert.net/).
5
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - sentence-transformers
7
+ - sentence-similarity
8
+ - feature-extraction
9
+ base_model: answerdotai/ModernBERT-base
10
+ widget:
11
+ - source_sentence: In 1831, interesting novels were written in Paris.
12
+ sentences:
13
+ - Hugo and Dumas met in the Opera in Paris in 1831.
14
+ - Many interesting novels are released in the 21st century.
15
+ - A new vegan burger is offered at the counter from now on.
16
+ pipeline_tag: sentence-similarity
17
+ library_name: sentence-transformers
18
  ---
19
  A ModernBERT model ([answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)) fine-tuned on NLI and tabular classification datasets using [sentence-transformers](https://sbert.net/).
20