diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index faa4db631..6a0e47fcc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to LangTest -Thank you for your interest in contributing to LangTest! We value the contributions of our community members and are excited to have you on board. . To make the development journey smooth and collaborative, please adhere to the following steps: +Thank you for your interest in contributing to LangTest! We value the contributions of our community members and are excited to have you on board. To make the development journey smooth and collaborative, please adhere to the following steps: - Thoroughly review the guidelines provided below. - If you're eager to add a new feature to the LangTest library, navigate to the [documentation](https://langtest.org/docs/pages/docs/contribute) for a clear understanding. - To illustrate the process, we've included a simple example in the documentation to guide you. @@ -146,7 +146,7 @@ We're excited to have you on board with us! Together, we can make NLP models saf Congrats! You just completed the standard fork -> clone -> edit -> pull request workflow that you'll often encounter as a contributor! -Celebrate your contribution and share it with your friends and followers by going to [LinkedIn](www.linkedin.com). +Celebrate your contribution and share it with your friends and followers by going to [LinkedIn](https://www.linkedin.com/feed/) You can join our community team if you need any help or have any questions. @@ -164,4 +164,4 @@ We would like to acknowledge all contributors of this open-source community proj ## License -LangTest is released under the [Apache License 2.0](https://github.com/JohnSnowLabs/langtest/blob/main/LICENSE), which guarantees commercial use, modification, distribution, patent use, private use and sets limitations on trademark use, liability and warranty. \ No newline at end of file +LangTest is released under the [Apache License 2.0](https://github.com/JohnSnowLabs/langtest/blob/main/LICENSE), which guarantees commercial use, modification, distribution, patent use, private use and sets limitations on trademark use, liability and warranty. diff --git a/README.md b/README.md index 641b1ba2c..cb531c2cc 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Take a look at our official page for user documentation and examples: [langtest. # Import and create a Harness object from langtest import Harness -h = Harness(task='ner', model='dslim/bert-base-NER', hub='huggingface') +h = Harness(task='ner', model={"model":'dslim/bert-base-NER', "hub":'huggingface'}) # Generate test cases, run them and view a report h.generate().run().report()