Skip to content

Commit cf9b7c1

Browse files
authored
Improve README
1 parent 66ec1fe commit cf9b7c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# TextModels
22

3-
A Julia package for working with text.
3+
A Julia package for natural language neural network models.
44

5-
[![Travis](https://travis-ci.org/JuliaText/TextAnalysis.jl.svg?branch=master)](https://travis-ci.org/JuliaText/TextModels.jl)
6-
[![Appveyor](https://ci.appveyor.com/api/projects/status/aviks/textanalysis-jl?svg=true)](https://ci.appveyor.com/project/aviks/textmodels-jl)
5+
[![](https://github.com/JuliaText/TextModels.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaText/TextModels.jl/actions/workflows/ci.yml)
76
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliahub.com/docs/TextModels)
87

8+
> **Warning**
9+
> The models in this repo are no longer state of the art -- the field has moved on very quickly. See [Transformers.jl](https://github.com/chengchingwen/Transformers.jl) for more modern methods.
910
1011
## Introduction
1112

0 commit comments

Comments
 (0)