yerim0210 commited on
Commit
79fb221
·
verified ·
1 Parent(s): cbe4c21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  ### ✨ [ACL 2025] Incorporating Domain Knowledge into Materials Tokenization
2
 
3
  You can find this paper in [here](https://arxiv.org/abs/2506.11115)
@@ -91,5 +99,4 @@ with open(os.path.join(output_directory, "mf.txt"), "w") as mf_file, \
91
 
92
  print("Processing completed. Files saved as mf.txt, matname.txt, and o_tags.txt.")
93
 
94
- ```
95
-
 
1
+ ---
2
+ base_model:
3
+ - alan-yahya/MatBERT
4
+ pipeline_tag: feature-extraction
5
+ tags:
6
+ - chemistry
7
+ - biology
8
+ ---
9
  ### ✨ [ACL 2025] Incorporating Domain Knowledge into Materials Tokenization
10
 
11
  You can find this paper in [here](https://arxiv.org/abs/2506.11115)
 
99
 
100
  print("Processing completed. Files saved as mf.txt, matname.txt, and o_tags.txt.")
101
 
102
+ ```