Mhammad Ibrahim commited on
Commit
23c0391
·
1 Parent(s): 7fca23a

update model card

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -52,6 +52,7 @@ predicted_token_id = tf.argmax(logits[0, masked_index])
52
  predicted_token = tokenizer.decode([predicted_token_id])
53
 
54
  print(f"Predicted word: {predicted_token}")
 
55
 
56
  ## Limitations and bias
57
  This model inherits the limitations and biases from the camembert-base checkpoint, including:
 
52
  predicted_token = tokenizer.decode([predicted_token_id])
53
 
54
  print(f"Predicted word: {predicted_token}")
55
+ ```
56
 
57
  ## Limitations and bias
58
  This model inherits the limitations and biases from the camembert-base checkpoint, including: