Merge pull request #42 from microsoft/dev

Prompt Engine & EcoFlows
This commit is contained in:
Keita Onabuta 2022-09-08 16:15:48 +09:00 коммит произвёл GitHub
Родитель e62f127225 8c3d735e10
Коммит 4e81cc5118
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ Microsoft contributing libraries, tools, recipes, sample codes and workshop cont
- [VERSEAGILITY](https://github.com/microsoft/verseagility) - a Python-based toolkit to ramp up your custom natural language processing (NLP) task, allowing you to bring your own data and bring models into production. It is a central component of the Microsoft Data Science Toolkit.
- [DPU Utilities](https://github.com/Microsoft/dpu-utils) - Utilities used by the Deep Program Understanding team.
- [KEAR](https://github.com/microsoft/KEAR) - Official code for achieving human parity on CommonsenseQA with External Attention.
- [Prompt Engine](https://github.com/microsoft/prompt-engine-py) - A utility library for creating and maintaining prompts for Large Language Models.
### Online Machine Learning
- [Vowpal Wabbit](https://vowpalwabbit.org/) - fast, efficient, and flexible online machine learning techniques for reinforcement learning, supervised learning, and more.
@ -187,6 +187,8 @@ Microsoft contributing libraries, tools, recipes, sample codes and workshop cont
- [MIND : Microsoft News Dataset](https://msnews.github.io/) - a large-scale dataset for news recommendation research.
- [Dataset for AI for Earth](https://github.com/microsoft/AIforEarthDataSets) - AIForEarthDataSets is a collection of datasets for AI research.
- [ORBIT](https://github.com/microsoft/ORBIT-Dataset) - a collection of videos of objects in clean and cluttered scenes recorded by people who are blind/low-vision on a mobile phone.
- [EcoFlows](https://github.com/microsoft/Ecoflow) - Community-representation to collaborate on labelled AI data for ecological and agricultural scenarios in APAC, updated monthly.
### Debug & Benchmark
- [tensorwatch](https://github.com/microsoft/tensorwatch) - debugging, monitoring and visualization for python machine learning and data science.