- tokenization_xgen.py +4 -0
tokenization_xgen.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
"""Tokenization classes for xgen."""
|
| 2 |
|
| 3 |
from typing import List, Optional
|
|
|
|
| 1 |
+
# Copyright (c) 2023, salesforce.com, inc.
|
| 2 |
+
# All rights reserved.
|
| 3 |
+
# SPDX-License-Identifier: Apache-2.0
|
| 4 |
+
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/Apache-2.0
|
| 5 |
"""Tokenization classes for xgen."""
|
| 6 |
|
| 7 |
from typing import List, Optional
|