nielsr HF Staff commited on
Commit
9823789
·
verified ·
1 Parent(s): b02a492

Add model card

Browse files

This PR adds a model card to document the model, linking it to the paper [ZeroSearch: Incentivize the Search Capability of LLMs without Searching](https://huggingface.co/papers/2505.04588).
It also adds the pipeline tag and library name.

Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ pipeline_tag: image-segmentation
4
+ tags:
5
+ - medical
6
+ - code
7
+ library_name: pytorch
8
+ ---
9
+
10
+ ## References
11
+
12
+ * [RAIL: Region-Aware Instructive Learning for Semi-Supervised Tooth Segmentation in CBCT](https://arxiv.org/abs/2505.03538)
13
+
14
+ Code: https://github.com/Tournesol-Saturday/RAIL