nightdessert commited on
Commit
7757033
1 Parent(s): de467b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ This WeCheck checkpoint is trained based on the following three weak labler:
16
  ](https://github.com/salesforce/QAFactEval)* / *[Summarc](https://github.com/tingofurro/summac)* / *[NLI warmup](https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli)*
17
  ---
18
 
19
- ### How to use the model
20
  ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
  import torch
 
16
  ](https://github.com/salesforce/QAFactEval)* / *[Summarc](https://github.com/tingofurro/summac)* / *[NLI warmup](https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli)*
17
  ---
18
 
19
+ # How to use the model
20
  ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
  import torch