This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AI数据标注与质量管理专员 | |
## 工作职责: | |
1. 定期分析和报告AI服务的质量数据,收集并标注用户反馈。 | |
1. 管理数据标注需求,确保项目按照标准和质检规范执行。 | |
1. 参与设计对话逻辑、脚本、数据标注和交互测试,构建测试用例库。 | |
1. 与团队合作,不断优化标注工具和流程,提升项目质量。 | |
## 职位要求: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lables = [ | |
{ | |
"Source": [ | |
"Wechat", | |
"Line", | |
"Telegram", | |
"WhatsApp", | |
"iMessage", | |
], | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import Dict, List, Optional | |
from orion.dash.common import DefaultTopLevelLabels | |
from orion.dash.label.label import create_new_label | |
from orion.dash.label.model import Label | |
LABLES = [ | |
DefaultTopLevelLabels.PRIVATE, | |
DefaultTopLevelLabels.EVALUATION_TEMPLATE, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"responses": [ | |
{ | |
"fullTextAnnotation": { | |
"pages": [ | |
{ | |
"blocks": [ | |
{ | |
"blockType": "TEXT", | |
"boundingBox": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/wooparadog/Codes/github.com/orion-arm-ai/orion/modelbesttest.py", line 38, in <module> | |
chat_completion = client.chat.completions.create( | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/home/wooparadog/Codes/github.com/orion-arm-ai/orion/.venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 271, in wrapper | |
return func(*args, **kwargs) | |
^^^^^^^^^^^^^^^^^^^^^ | |
File "/home/wooparadog/Codes/github.com/orion-arm-ai/orion/.venv/lib/python3.11/site-packages/openai/resources/chat/completions.py", line 659, in create | |
return self._post( | |
^^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/wooparadog/Codes/github.com/orion-arm-ai/orion/.venv/lib/python3.11/site-packages/requests/models.py", line 971, in json | |
return complexjson.loads(self.text, **kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads | |
return _default_decoder.decode(s) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode | |
obj, end = self.raw_decode(s, idx=_w(s, 0).end()) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/wooparadog/Codes/github.com/orion-arm-ai/orion/.venv/lib/python3.11/site-packages/requests/models.py", line 971, in json | |
return complexjson.loads(self.text, **kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads | |
return _default_decoder.decode(s) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode | |
obj, end = self.raw_decode(s, idx=_w(s, 0).end()) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Africa/Abidjan' : 'Greenwich Standard Time'. | |
'Africa/Accra' : 'Greenwich Standard Time'. | |
'Africa/Addis_Ababa' : 'E. Africa Standard Time'. | |
'Africa/Algiers' : 'W. Central Africa Standard Time'. | |
'Africa/Asmara' : 'E. Africa Standard Time'. | |
'Africa/Asmera' : 'E. Africa Standard Time'. | |
'Africa/Bamako' : 'Greenwich Standard Time'. | |
'Africa/Bangui' : 'W. Central Africa Standard Time'. | |
'Africa/Banjul' : 'Greenwich Standard Time'. | |
'Africa/Bissau' : 'Greenwich Standard Time'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Africa/Abidjan' : 'Greenwich Standard Time' | |
'Africa/Accra' : 'Greenwich Standard Time' | |
'Africa/Addis_Ababa' : 'E. Africa Standard Time' | |
'Africa/Algiers' : 'W. Central Africa Standard Time' | |
'Africa/Asmara' : 'E. Africa Standard Time' | |
'Africa/Asmera' : 'E. Africa Standard Time' | |
'Africa/Bamako' : 'Greenwich Standard Time' | |
'Africa/Bangui' : 'W. Central Africa Standard Time' | |
'Africa/Banjul' : 'Greenwich Standard Time' | |
'Africa/Bissau' : 'Greenwich Standard Time' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mostly a copy of feishu-bin's PKGBUILD with s/feishu/lark/ | |
# Maintainer: Sabit Maulana <[email protected]> | |
pkgname=larksuite-bin | |
pkgver=7.11.9 | |
#_pkgrel=24 | |
_pkghash=21bed243 | |
_pkgtyp=stable | |
pkgrel=1 | |
pkgdesc="Linux client of Lark Suite" | |
arch=('x86_64') |