-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Readme documentation for the laser_encoder package #246
docs: Readme documentation for the laser_encoder package #246
Conversation
… of __main__.py file
@@ -7,7 +7,7 @@ name = "laser_encoders" | |||
version = "0.0.1" | |||
authors = [{name = "Facebook AI Research"}] | |||
description = "LASER Language-Agnostic SEntence Representations is a toolkit to calculate multilingual sentence embeddings and to use them for document classification, bitext filtering and mining" | |||
readme = "README.md" | |||
readme = "laser_encoders/README.md" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to prefix with laser_encoders
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, Still because of testpypi. If you don't point to it, it would use the README of the main laser repo which doesn't contain any information on how to run the laser package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not want the pyproject.toml
file to live inside laser_encoders
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well I can't say for sure, you guys get to decide that. I worked based on the present structure. But my own suggestion too would be to move the pyproject.toml
file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move it into laser_encoders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright then
This commit adds comprehensive README documentation for the laser_encoders Python package. The README provides clear instructions on installation, primary usage, contributing guidelines, licensing information, etc.