akore commited on
Commit
e28f6a5
1 Parent(s): 80ef07e

Update modeling_atomformer.py

Browse files
Files changed (1) hide show
  1. modeling_atomformer.py +1 -1
modeling_atomformer.py CHANGED
@@ -1,4 +1,4 @@
1
- """Implementation of the Uni-mol+ model with alterations to the original model."""
2
 
3
  from typing import Any, Optional, Tuple
4
 
 
1
+ """Implementation of the Atomformer model."""
2
 
3
  from typing import Any, Optional, Tuple
4