Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +1 -1
- training_data_sharegpt.jsonl +3 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
training_data_sharegpt.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -59,7 +59,7 @@ Here's an example of the generated output:
|
|
59 |
```json
|
60 |
{
|
61 |
"question": "A developer is working on a large project that uses Mercurial version control. They need to merge a branch containing bug fixes from another team. What is the recommended approach to avoid merging conflicts?",
|
62 |
-
"answer": "
|
63 |
"incorrect_answer_1": "Merge the branches directly.",
|
64 |
"incorrect_answer_2": "Skip the merge process altogether.",
|
65 |
"incorrect_answer_3": "Use a third-party tool like Git.",
|
|
|
59 |
```json
|
60 |
{
|
61 |
"question": "A developer is working on a large project that uses Mercurial version control. They need to merge a branch containing bug fixes from another team. What is the recommended approach to avoid merging conflicts?",
|
62 |
+
"answer": "Create a new branch from the source directory.",
|
63 |
"incorrect_answer_1": "Merge the branches directly.",
|
64 |
"incorrect_answer_2": "Skip the merge process altogether.",
|
65 |
"incorrect_answer_3": "Use a third-party tool like Git.",
|
training_data_sharegpt.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c594b34c3a78610b431c565d411bf5a136eaea3428cd50036922859aa5132c5
|
3 |
+
size 14690003
|