No project description provided
Project description
FULL
Unsupervised evaluation of open-domain conversations using follow-ups likelihood.
Installation
pip install full
Example
We provide an example script using FULL which reproduces the results of the paper.
Turn evaluation
from full import FULL
eval_model = FULL()
conversation = ["Hi", "What's your name"]
response = "None of your business"
evaluation = eval_model.evaluate_turn(convesation, response)
print(evaluation)
Conversation evaluation
from full import FULL
eval_model = FULL()
conversation = ["Hi", "What's your name", "None of your business"]
evaluation = eval_model.evaluate_turn(convesation)
print(evaluation)
License
full
is distributed under the terms of the MIT license.
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
full-0.0.3.tar.gz
(80.8 kB
view details)
Built Distribution
full-0.0.3-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file full-0.0.3.tar.gz
.
File metadata
- Download URL: full-0.0.3.tar.gz
- Upload date:
- Size: 80.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce87f09ec5b183b1be9ef2f9151a18ac38e2dbac35ae376387a69fe5dda8587e |
|
MD5 | 5e7e15ab57e704144b0de9d9e9c86f02 |
|
BLAKE2b-256 | b6dadbfa8d0520732b14d14d9799df32a82e356e0465b49c59244d58c1373fa2 |
File details
Details for the file full-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: full-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f7a808e48900d9611989e1e285986be9383804e336e14510b3143deb3028ffb |
|
MD5 | f5fac0030daf90a85796d74ced27d31d |
|
BLAKE2b-256 | b4d5e1cb2ee774bbd43630e85f322080e097ae8d952b4cd209e11e86ff73de7a |