Skip to content

Commit fe51d02

Browse files
committed
repo setup
1 parent 1ab82fd commit fe51d02

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/*
2+
.gitattributes

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Jay Alammar
3+
Copyright (c) 2022 Cohere Inc. and its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,8 @@ This is a suite of tools that help make sense of large text archives using large
2929
Examples:
3030

3131
- Customer service tweets
32-
- News headlines ()
33-
34-
# Contributors
35-
36-
If you would like to contribute to this project, please read `CONTRIBUTORS.md`
37-
in this repository, and sign the [Contributor License Agreement](https://TODO)
38-
before submitting any pull requests.
32+
- News headlines
3933

4034
# License
4135

4236
Topically has an MIT license, as found in the LICENSE file.
43-
44-
# cohere-topic-modeling
45-
46-
Topic modeling using Cohere's language AI
47-
48-
To run the topic modeling streamlit, create a `data/` folder and
49-
place [these two files](https://drive.google.com/drive/u/0/folders/1ZNdnuPEO2BjYVrRMOmhKzJff39MVUQMB) inside it.

0 commit comments

Comments
 (0)