Update modeling_atomformer.py
Browse files- modeling_atomformer.py +1 -1
modeling_atomformer.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""Implementation of the
|
2 |
|
3 |
from typing import Any, Optional, Tuple
|
4 |
|
|
|
1 |
+
"""Implementation of the Atomformer model."""
|
2 |
|
3 |
from typing import Any, Optional, Tuple
|
4 |
|