anosh-rezaei commited on
Commit
c7ab39a
·
verified ·
1 Parent(s): a28c20d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - n<1K
9
+ ---
10
+
11
+ ---
12
+ license: mit
13
+ language:
14
+ - en
15
+ ---
16
+
17
+ # Q&A Dataset for Benchmarking DeepCNCF
18
+
19
+ This is a question-and-answer dataset using multiple-choice questions created for benchmarking our DeepCNCF LLM. Since there is no reliable LLM benchmark specified for CNCF projects we decided to use it to measure the performance of our model based on its performance on these questions.
20
+ This dataset was gathered from openly available online courses about CNCF projects. So they are created by humans to measure students' understanding from these projects and could be a good measure to test knowledge of our model about CNCF topics.
21
+
22
+ ## Description
23
+ It includes the following two columns:
24
+ 1. **Question**: Multiple choice questions..
25
+ 2. **Answer**: The corresponding answer to the question. Could have several correct answer(for example: a,b,d)
26
+
27
+ ## License
28
+ This dataset is available under the MIT license.
29
+
30
+ ## Links
31
+ - [GitHub Repository](https://github.com/amosproj/amos2024ss08-cloud-native-llm)
32
+
33
+
34
+