From d1a5e515cae6870d26c3de138dcbb20ce9042270 Mon Sep 17 00:00:00 2001 From: ArshaanNazir Date: Sat, 19 Aug 2023 00:17:52 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() From 67adf4b927126baf3b897455e5da72165b7cbc0e Mon Sep 17 00:00:00 2001 From: Rakshit Khajuria <71117423+RakshitKhajuria@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:58:51 +0530 Subject: [PATCH 2/2] Update broken link --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.