File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- """
3
- Alipay.com Inc.
4
- Copyright (c) 2004-2023 All Rights Reserved.
5
- ------------------------------------------------------
6
- File Name : fasttext.py
7
- Author : fuhui.phe
8
- Create Time : 2023/12/3 15:40
9
- Description : description what the main function of this file
10
- Change Activity:
11
- version0 : 2023/12/3 15:40 by fuhui.phe init
12
- """
13
2
import numpy as np
14
3
import os
15
4
from modelcache .utils import import_fasttext
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- """
3
- Alipay.com Inc.
4
- Copyright (c) 2004-2023 All Rights Reserved.
5
- ------------------------------------------------------
6
- File Name : paddlenlp.py
7
- Author : fuhui.phe
8
- Create Time : 2023/12/7 20:43
9
- Description : description what the main function of this file
10
- Change Activity:
11
- version0 : 2023/12/7 20:43 by fuhui.phe init
12
- """
13
2
import numpy as np
14
3
15
4
from modelcache .embedding .base import BaseEmbedding
You can’t perform that action at this time.
0 commit comments