From bd90fef60aa1ae96c672685f0315389ac6839651 Mon Sep 17 00:00:00 2001 From: David Chanin Date: Fri, 16 Dec 2022 12:35:08 -0500 Subject: [PATCH] chore: fixing README badge after shields.io breaking change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f33aaa7..233b019 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Frame Semantic Transformer -[![ci](https://img.shields.io/github/workflow/status/chanind/frame-semantic-transformer/CI/main)](https://github.com/chanind/frame-semantic-transformer) +[![ci](https://img.shields.io/github/actions/workflow/status/chanind/frame-semantic-transformer/ci.yaml?branch=main)](https://github.com/chanind/frame-semantic-transformer) [![PyPI](https://img.shields.io/pypi/v/frame-semantic-transformer?color=blue)](https://pypi.org/project/frame-semantic-transformer/) Frame-based semantic parsing library trained on [FrameNet](https://framenet2.icsi.berkeley.edu/) and built on HuggingFace's [T5 Transformer](https://huggingface.co/docs/transformers/model_doc/t5)