Skip to content

Commit 0b65b29

Browse files
committed
Remove jupyter file to trash
1 parent c81f2b0 commit 0b65b29

11 files changed

+1196
-50712
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 4
6+
}

Tweet Sentiment Extraction using RoBERTa .ipynb .ipynb_checkpoints/Tweet Sentiment Extraction using RoBERTa -checkpoint.ipynb

+918-113
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 4
6+
}

.vscode/launch.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Python: Current File",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "${file}",
12+
"console": "integratedTerminal"
13+
}
14+
]
15+
}

.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python.dataScience.jupyterServerURI": "http://localhost:8888/?token=3270e2e5c604ffa8ade0375614bb15c7c69487d5092274e7",
3+
"python.pythonPath": "/home/thang/env/bin/python3"
4+
}

Statistic.ipynb

+247
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)