Skip to content

Commit

Permalink
clean repo + add readme #2
Browse files Browse the repository at this point in the history
  • Loading branch information
prise6 committed Jan 6, 2022
1 parent 5d6fcde commit 42c125b
Show file tree
Hide file tree
Showing 39 changed files with 13,522 additions and 952 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/documentation-actions.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/testing-actions.yml

This file was deleted.

4 changes: 0 additions & 4 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
Lincoln

* Lead dev: Francois Vieille - [email protected]

## Contributeurs

_pas encore_
3 changes: 0 additions & 3 deletions CONTRIBUTING.md

This file was deleted.

32 changes: 0 additions & 32 deletions Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions HISTORY.md

This file was deleted.

2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
include AUTHORS.md
include CONTRIBUTING.md
include HISTORY.md
include LICENSE
include README.md

Expand Down
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ coverage: ## check code coverage quickly with the default Python
docs: ## generate Sphinx HTML documentation, including API docs
rm -f docs/twitchatds.rst
rm -f docs/modules.rst
rm docs/*.md
rm -f docs/*.md
cp *.md docs
sphinx-apidoc -o docs/ twitchatds
$(MAKE) -C docs clean
Expand Down Expand Up @@ -110,7 +110,7 @@ export_env:

prepare_data:
twitchatds data \
--csv-path /media/data/twitchat-data \
--csv-path /media/data/twitchat-data-train \
--channel zerator squeezie samueletienne ponce mistermv jeanmassietaccropolis domingo blitzstream antoinedaniellive \
--out-file /media/data/Projets/twitchat-ds/data/raw/zerator_squeezie_samueletienne_ponce_mistermv_jeanmassietaccropolis_domingo_blitzstream_antoinedaniellive.pkl

Expand Down Expand Up @@ -198,3 +198,9 @@ train_simcse_gpu:
--batch-size 32 \
--n-sample 500000 \
--num-train-epochs 3

prepare_data_valid:
twitchatds data \
--csv-path /mnt/twitchat/twitchat-data-valid \
--channel zerator squeezie samueletienne ponce mistermv jeanmassiet domingo blitzstream antoinedaniellive doigby etoiles \
--out-file /mnt/twitchat/data/raw/valid_zerator_squeezie_samueletienne_ponce_mistermv_jeanmassiet_domingo_blitzstream_antoinedaniellive_doigby_etoiles.pkl
Binary file added assets/scale_600/bar_chart_race_1910_2200.mp4
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/scale_600/ggplot_plot_labels_over_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/scale_600/ggplot_plot_x_over_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions assets/scale_600/plotly_labels_x.html

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions assets/scale_600/plotly_labels_x_over_time.html

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions assets/scale_600/plotly_mean_labels.html

Large diffs are not rendered by default.

Loading

0 comments on commit 42c125b

Please sign in to comment.