MRNH commited on
Commit
d97439f
1 Parent(s): 87d0129

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -29,4 +29,6 @@ To generate text using the model:
29
 
30
  Training of the model is performed using the following loss computatation:
31
 
32
- hidden_state.logits, hidden_state.loss = model(input_ids=input["input_ids"],attention_mask=input["attention_mask"],labels=input["labels"])
 
 
 
29
 
30
  Training of the model is performed using the following loss computatation:
31
 
32
+ hidden_state.logits, hidden_state.loss = model(input_ids=input["input_ids"],
33
+ attention_mask=input["attention_mask"],
34
+ labels=input["labels"])