Skip to content

Commit

Permalink
Update: Automatic config json write & dataset download in pkg init
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHeng committed May 20, 2023
1 parent 3ba8626 commit cb3f07e
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 368 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.1.1'
VERSION = '0.1.2'
DESCRIPTION = """
code and data for the Findings of ACL'23 paper Label Agnostic Pre-training for Zero-shot Text Classification
by Christopher Clarke, Yuzhao Heng, Yiping Kang, Krisztian Flautner, Lingjia Tang and Jason Mars
Expand All @@ -15,7 +15,7 @@
description=DESCRIPTION,
long_description=DESCRIPTION,
url='https://github.com/ChrisIsKing/zero-shot-text-classification',
download_url='https://github.com/ChrisIsKing/zero-shot-text-classification/archive/refs/tags/v0.1.0.tar.gz',
download_url='https://github.com/ChrisIsKing/zero-shot-text-classification/archive/refs/tags/v0.1.2.tar.gz',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down
2 changes: 0 additions & 2 deletions zeroshot_classifier/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from . architecture import *
from . import dual_bi_encoder
from .gpt2 import *
from . import gpt3
from . import gpt_neo
Loading

0 comments on commit cb3f07e

Please sign in to comment.