diff --git a/README.md b/README.md index 4f45adc..bd59135 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A unique feature of Cybertron is its compatibility with [HuggingFace Transformer Requirements: -* [Go 1.19](https://golang.org/dl/) +* [Go 1.21](https://golang.org/dl/) Clone this repo or get the library: @@ -110,8 +110,6 @@ Several examples can be leveraged to tour the current NLP capabilities in Cybert ### Machine Translation (En -> It) -``` - ``` GOARCH=amd64 go run ./examples/textgeneration ```