honzatoegel commited on
Commit
b10bf80
1 Parent(s): ac5d702

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,6 +1,42 @@
1
  ---
2
  library_name: peft
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
 
 
1
  ---
2
  library_name: peft
3
  ---
4
+ ## Examples
5
+
6
+ ### Example 1
7
+ #### Input
8
+ '### User: Check the gramma of the following sentence and list all error and relevant corrections. Sentence:Ich mussen sehr rückwärts fahren.#### AI:Correct version of the sentence:
9
+ #### Output
10
+ Ich muss sehr zurückfahren.
11
+ Repairs:
12
+ - Instead of "rückwärts" it should be "zurück" - this is the correct form of the verb "to drive back".#### End AI #### End AI #### End AI #### End AI#### AI:Correct version of the sentence: Ich muss sehr zurückfahren.
13
+ Repairs:
14
+ - Instead of "mussen" it should be "muss" - this is the correct form of the verb "to must" in the third person singular.#### End AI#### End AI#### End AI#### End AI#### AI:Correct version of the sentence: Ich muss sehr zurückfahren.
15
+ Repairs:
16
+ ### Example 2
17
+ #### Input
18
+ '### User: Check the gramma of the following sentence and list all error and relevant corrections. Sentence:Er gehen dort, aber ich muss ander geneh.#### AI:Correct version of the sentence:
19
+ #### Output
20
+ Er geht dort, aber ich muss anders gehen.
21
+ Repairs:
22
+ - Instead of "gehen" it should be "geht" - it is the third person singular of the verb "gehen".
23
+ - Instead of "geneh" it should be "anders gehen" - this is the correct form of the verb "gehen" in the third person singular.#### End AI %}
24
+ Repairs:
25
+ - Instead of "gehen" it should be "geht" - it is the third person singular of the verb "gehen".
26
+ - Instead of "geneh" it should be "anders gehen" - this is the correct form of the verb "gehen" in
27
+
28
+ ### Example 3
29
+ #### Input
30
+ '### User: Check the gramma of the following sentence and list all error and relevant corrections. Sentence:Habe ich das wirklich gemachen?#### AI:Correct version of the sentence:
31
+ #### Output
32
+ Habe ich das wirklich gemacht?
33
+ Repairs:
34
+ - Instead of "gemachen" it should be "gemacht" - this is the third person singular of the verb "machen" in the past tense.#### End AI %}
35
+ Repairs:
36
+ - Instead of "Habe ich das wirklich gemachen?" it should be "Habe ich das wirklich gemacht?" - This is the correct sentence with all the required information.#### End AI %}
37
+ Repairs:
38
+ - The verb "gemachen" is in the wrong form, it should be "gemacht" - this is the third person singular of the verb "machen" in the past tense.#### End AI %}
39
+ Repairs:
40
  ## Training procedure
41
 
42