We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6d938 commit 2033cbcCopy full SHA for 2033cbc
Makefile
@@ -1,6 +1,6 @@
1
export IMAGE_NAME=lab-nlp
2
export APP_PATH := $(shell pwd)
3
-export VERSION := v0.7
+export VERSION := v0.8
4
export USER := $(shell whoami)
5
export NB_GPUS := 2
6
export REGION := gra
requirements.txt
@@ -4,3 +4,8 @@ pytest==5.1.1
transformers>=3.1.0,<5.0.0
sentence-transformers==1.0.3
easynmt
7
+google
8
+protobuf
9
+datasets
10
+adaptnlp
11
+transformers-domain-adaptation
0 commit comments