honzatoegel commited on
Commit
98d73bb
1 Parent(s): b97e81e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,6 +1,17 @@
1
  ---
2
  library_name: peft
3
  ---
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
 
 
1
  ---
2
  library_name: peft
3
  ---
4
+ ## Model 'quality'
5
+ As you can see from the example bellow the model is almost correctly respecting the learned format, but the grammatical correction explanations are wrong, it lack sense of correct German gramma.
6
+ ### Input
7
+ '### User: Check the gramma of the following sentence and list all error and relevant corrections. Sentence:Mir es geht gut, danke#### AI:Correct version of the sentence:
8
+ ### Output
9
+ "Mir geht es gut, danke.":
10
+
11
+ Repairs:
12
+ - Instead of "es geht" it should be "geht" - the verb "gehen" is in the third person singular.
13
+ - Instead of "Mir es" it should be "Mir geht" - the verb "gehen" is in the third person singular.#### End of the list of corrections.
14
+
15
  ## Training procedure
16
 
17