Commit ·
c52cbd6
1
Parent(s): 14fda3a
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
widget:
|
| 2 |
+
- text: `How many stars does the transformers repository have?`,
|
| 3 |
+
table: {
|
| 4 |
+
Repository: [
|
| 5 |
+
"Transformers",
|
| 6 |
+
"Datasets",
|
| 7 |
+
"Tokenizers",
|
| 8 |
+
],
|
| 9 |
+
Stars: [
|
| 10 |
+
36542,
|
| 11 |
+
4512,
|
| 12 |
+
3934,
|
| 13 |
+
],
|
| 14 |
+
Contributors: [
|
| 15 |
+
651,
|
| 16 |
+
77,
|
| 17 |
+
34,
|
| 18 |
+
],
|
| 19 |
+
"Programming language": [
|
| 20 |
+
"Python",
|
| 21 |
+
"Python",
|
| 22 |
+
"Rust, Python and NodeJS"
|
| 23 |
+
]
|
| 24 |
+
}
|
| 25 |
+
example title: "Review Sourcing"
|