Datasets:
Janosch Hoefer
commited on
Commit
·
ce38e82
1
Parent(s):
a6b53b6
update url
Browse files- README.md +1 -1
- tweetyface.py +1 -1
README.md
CHANGED
|
@@ -88,7 +88,7 @@ An example of 'validation' looks as follows.
|
|
| 88 |
{
|
| 89 |
"text": "@SpaceX @Space_Station About twice as much useful mass to orbit as rest of Earth combined",
|
| 90 |
"label": elonmusk,
|
| 91 |
-
"idx":1001283
|
| 92 |
}
|
| 93 |
```
|
| 94 |
|
|
|
|
| 88 |
{
|
| 89 |
"text": "@SpaceX @Space_Station About twice as much useful mass to orbit as rest of Earth combined",
|
| 90 |
"label": elonmusk,
|
| 91 |
+
"idx": 1001283
|
| 92 |
}
|
| 93 |
```
|
| 94 |
|
tweetyface.py
CHANGED
|
@@ -28,7 +28,7 @@ The dataset has been created utilizing a crawler for the Twitter API.\n \
|
|
| 28 |
|
| 29 |
_HOMEPAGE = "https://github.com/ml-projects-kiel/OpenCampus-ApplicationofTransformers"
|
| 30 |
|
| 31 |
-
URL = "https://raw.githubusercontent.com/ml-projects-kiel/OpenCampus-ApplicationofTransformers/
|
| 32 |
|
| 33 |
_URLs = {
|
| 34 |
"english": {
|
|
|
|
| 28 |
|
| 29 |
_HOMEPAGE = "https://github.com/ml-projects-kiel/OpenCampus-ApplicationofTransformers"
|
| 30 |
|
| 31 |
+
URL = "https://raw.githubusercontent.com/ml-projects-kiel/OpenCampus-ApplicationofTransformers/qa/data/"
|
| 32 |
|
| 33 |
_URLs = {
|
| 34 |
"english": {
|