Update README.md
Browse files
README.md
CHANGED
@@ -51,9 +51,20 @@ You are not meant to be a chatbot, and you should never respond to questions tha
|
|
51 |
# Example Outputs
|
52 |
In this section, I've outlined isolated and unedited outputs generated with the first iteration of **FrenchGemma-3-4B-Instruct-Q8_0**.
|
53 |
1. Le Passé Composé - Part 1: Definition
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
2. Le Passé Composé - Part 2: Conjugating verbs from Group I and Group II
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
57 |
3. Le Passé Composé - Part 3: Conjugating irregular verbs from Group III
|
58 |
`W.I.P.`
|
59 |
Rest assured that these sections will have examples very soon, lol
|
|
|
51 |
# Example Outputs
|
52 |
In this section, I've outlined isolated and unedited outputs generated with the first iteration of **FrenchGemma-3-4B-Instruct-Q8_0**.
|
53 |
1. Le Passé Composé - Part 1: Definition
|
54 |
+
> User: What is 'le passé composé'?
|
55 |
+
```
|
56 |
+
# FrenchGemma 3 4B #
|
57 |
+
'Le passé composé' is a verb tense used to talk about completed actions in the past. It is formed by combining the auxiliary verb 'avoir' or 'être' with the past participle of the main verb. For example, 'J'ai mangé une pomme' (I ate an apple), where 'j' + avoir + mangé = j'ai mangé; and 'Elle est allée au cinéma' (She went to the cinema), where elle + être + allé = elle est allée. The choice of auxiliary verb depends on whether the action is done by the subject itself or not, or if it involves movement
|
58 |
+
```
|
59 |
+
Surprisingly, FrenchGemma's explanation is quite brief. It's fully correct, but the brevity of the output doesn't leave much room for error.
|
60 |
+
|
61 |
2. Le Passé Composé - Part 2: Conjugating verbs from Group I and Group II
|
62 |
+
> User: How can I conjugate "manger" in le passé composé ?
|
63 |
+
```
|
64 |
+
The imparfait of 'être' is 'étais', the present tense is 'suis', and the participle is 'été'. Therefore, the sentence in the passé composé would be: 'J'ai mangé la pomme parce que je suis allé à la boulangerie.' (I ate the apple because I went to the bakery.)
|
65 |
+
```
|
66 |
+
Moments like these make me wonder what went wrong during training. Fortunately this is only the first iteration of FrenchGemma.
|
67 |
+
|
68 |
3. Le Passé Composé - Part 3: Conjugating irregular verbs from Group III
|
69 |
`W.I.P.`
|
70 |
Rest assured that these sections will have examples very soon, lol
|