LoicDL commited on
Commit
728542e
1 Parent(s): 91a4a95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,8 +7,8 @@ This family of Dutch models were finetuned on combined data from the (translated
7
  | Base Model | Huggingface id (fine-tuned) |
8
  |-------------------|---------------------|
9
  | [BERTje](https://huggingface.co/GroNLP/bert-base-dutch-cased) | this model |
10
- | [RobBERT V2](http://github.com/iPieter/robbert) | robbert-v2-dutch-finetuned-snli |
11
- | [RobBERTje](https://github.com/iPieter/robbertje) | robbertje-dutch-finetuned-snli |
12
 
13
 
14
 
@@ -29,7 +29,7 @@ from transformers import pipeline
29
 
30
  classifier = pipeline(
31
  task="zero-shot-classification",
32
- model='bert-base-dutch-cased-finetuned-snli'
33
  )
34
 
35
 
 
7
  | Base Model | Huggingface id (fine-tuned) |
8
  |-------------------|---------------------|
9
  | [BERTje](https://huggingface.co/GroNLP/bert-base-dutch-cased) | this model |
10
+ | [RobBERT V2](http://github.com/iPieter/robbert) | LoicDL/robbert-v2-dutch-finetuned-snli |
11
+ | [RobBERTje](https://github.com/iPieter/robbertje) | LoicDL/robbertje-dutch-finetuned-snli |
12
 
13
 
14
 
 
29
 
30
  classifier = pipeline(
31
  task="zero-shot-classification",
32
+ model='LoicDL/bert-base-dutch-cased-finetuned-snli'
33
  )
34
 
35