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 11# -*- 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- """
132import numpy as np
143import os
154from modelcache .utils import import_fasttext
Original file line number Diff line number Diff line change 11# -*- 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- """
132import numpy as np
143
154from modelcache .embedding .base import BaseEmbedding
You can’t perform that action at this time.
0 commit comments