florath commited on
Commit
19056b6
1 Parent(s): 6b45168

Added example texts

Browse files

Signed-off-by: Andreas Florath <[email protected]>

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -3,6 +3,13 @@ license: bigcode-openrail-m
3
  pipeline_tag: text-generation
4
  library_name: peft
5
  base_model: mistralai/Mistral-7B-v0.1
 
 
 
 
 
 
 
6
  ---
7
  # Model Card for CoqLLM-FineTuned-Experiment-Gen0
8
 
 
3
  pipeline_tag: text-generation
4
  library_name: peft
5
  base_model: mistralai/Mistral-7B-v0.1
6
+ widget:
7
+ - example_title: "Proof: n = n + 0"
8
+ text: "Lemma plus_n_O : forall n:nat, n = n + 0."
9
+ - example_title: "Proof: 7 + 3 = 10"
10
+ text: "Lemma ex1: 7 + 3 = 10."
11
+ - example_title: "Wrong proposition"
12
+ text: "Lemma mult_S : forall m n : nat, S (m * n) = m * n + n."
13
  ---
14
  # Model Card for CoqLLM-FineTuned-Experiment-Gen0
15