Skip to main content

beyondml

Project description

Model One python wrapper

Model One is a few-shot AutoML system.

Model One can do almost anything that requires understanding or generating natural language. Model One is able to solve tasks in 12 languages: English, Spanish, Portuguese, Russian, Turkish, French, German, Italian, Arabic, Polish, Dutch, and Hebrew.

This package provides a simple wrapper for using our api.

Using model-one package allows you to train and apply models.

Documentation

You can find the documentation at our ModelOne API docs site.

Just try

We have fine-tuned several models. You can use the notebook to try them out. You can get the token to fine tune your own model.

Getting started

Firstly fill out the form to get a key to access the API. We will send you the key within a day.

Installation

To install the package just use pip install -U model-one.

Usage

import model_one
import pandas as pd

model_one.set_api_key('YOUR_API_KEY')

# load datasets
tdf = pd.read_csv('train.csv')
vdf = pd.read_csv('test.csv')

# Call one method. It will do everything for you:
# create a model, save it to the file, upload datasets and put the model in the queue for training.
model = model_one.train_generator(
    'filename.json',
    tdf['inputs'], tdf['outputs'],
    vdf['inputs'], vdf['outputs']
)

# wait...
# a few hours
# while our GPUs train your model
model.wait_for_training_finish()

print(model.status)
print(model.is_ready)

# inference!
the_answer = model.generate('The Answer to the Ultimate Question of Life, the Universe, and Everything')
print(the_answer)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

model_one-0.1.14.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

model_one-0.1.14-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file model_one-0.1.14.tar.gz.

File metadata

  • Download URL: model_one-0.1.14.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for model_one-0.1.14.tar.gz
Algorithm Hash digest
SHA256 01b6f18e6ae88a7aa080822bde2ae8c239abd658cfbe45828504901cdac2cba7
MD5 51da284a1447947251fae6c9ee936683
BLAKE2b-256 a14751285ef847e5da6454f86b6ede1eb69105f62c72db66c110e0b626a28506

See more details on using hashes here.

File details

Details for the file model_one-0.1.14-py3-none-any.whl.

File metadata

  • Download URL: model_one-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for model_one-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 29c41c8dfccc0e3d48a49d2d0c1478b36179f7df9dab287a6f23105d037fc151
MD5 6bd6164a23ea75ae6029dd3aa7a33b5a
BLAKE2b-256 cde7389e136e68af421fffb079a27277be13af419bbb1c716053cd4d486bb727

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page