system HF staff commited on
Commit
cdcf888
1 Parent(s): 966848b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ widget:
9
 
10
  ## Model description
11
 
12
- This model is the uncased base version of the italian BERT trained by `dbmdz`, which you may find at `dbmdz/bert-base-italian-uncased`.
13
 
14
  #### How to use
15
 
@@ -31,7 +31,7 @@ It has been trained on the question answering task using [SQuAD-it](http://sag.a
31
  ```bash
32
  python ./examples/run_squad.py \
33
  --model_type bert \
34
- --model_name_or_path ./bert-base-italian-uncased/ \
35
  --do_train \
36
  --do_eval \
37
  --train_file ./squad_it_uncased/train-v1.1.json \
 
9
 
10
  ## Model description
11
 
12
+ This model is the uncased base version of the italian BERT base uncased (which you may find at `dbmdz/bert-base-italian-uncased`) trained on the question answering task.
13
 
14
  #### How to use
15
 
 
31
  ```bash
32
  python ./examples/run_squad.py \
33
  --model_type bert \
34
+ --model_name_or_path dbmdz/bert-base-italian-uncased \
35
  --do_train \
36
  --do_eval \
37
  --train_file ./squad_it_uncased/train-v1.1.json \