forked from huggingface/transformers
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change version * nuke * this doesn't make sense * update some requirements.py * revert + no main * nits * change cache number * more pin * revert --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
- Loading branch information
1 parent
eb4c96d
commit d7eefcf
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
datasets >= 1.1.3 | ||
pytest | ||
pytest<8.0.1 | ||
conllu | ||
nltk | ||
rouge-score | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ nltk | |
pandas | ||
datasets >= 1.1.3 | ||
fire | ||
pytest | ||
pytest<8.0.1 | ||
conllu | ||
sentencepiece != 0.1.92 | ||
protobuf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ nltk | |
pandas | ||
datasets >= 1.1.3 | ||
fire | ||
pytest | ||
pytest<8.0.1 | ||
conllu | ||
sentencepiece != 0.1.92 | ||
protobuf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ nltk | |
pandas | ||
datasets >= 1.13.3 | ||
fire | ||
pytest | ||
pytest<8.0.1 | ||
conllu | ||
sentencepiece != 0.1.92 | ||
protobuf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ nltk | |
pandas | ||
datasets >= 1.13.3 | ||
fire | ||
pytest | ||
pytest<8.0.1 | ||
conllu | ||
sentencepiece != 0.1.92 | ||
protobuf | ||
|