📖
ACP Guidebook v.0
  • ACP Documentation
  • Overview
    • What is ACP
    • Features
  • Getting started
    • How to use ACP
    • Data preparation
    • Model evaluation
Powered by GitBook
On this page
  • Inference Demo
  • How to use inference demo:
  • Inference API
  1. Overview

Features

PreviousWhat is ACPNextHow to use ACP

Last updated 2 years ago

Beta version: The platform is in a development stage of the final version, which may be less stable than usual. The efficiency of platform access and usage might be limited. For example, the platform might crash, some features might not work properly, or some data might be lost.

Inference Demo

The inference demo is a function for user to trial each model. You can try using a model by entering your input, and then the output of the model will be shown on your screen. The inference demo is available on both base model and your model mode.

How to use inference demo:

  1. Select the model to demonstrate from drop-down menu.

  2. Enter input.

  3. Click Compute button, and the result will be presented.

Inference API

The inference API is a section where users can get API for particular models. Currently, there are various computer languages available including Python, Java, JavaScript, and Go. What users need to do is only to press copy button and paste the code on user’s application code. The inference demo is also available on both base model and your model mode.

• For how to use inference API function, please read more in this section:

Get Inference API for "Base model"
Inference Demo (Example: Sentiment Analysis product)
Inference API (Example: Sentiment Analysis product)
Page cover image