From 34cc8878b3f476143c6ebee3db0ab510b146392e Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 17:17:06 +0000 Subject: [PATCH 1/8] Create techstack.yml --- techstack.yml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 000000000..ddd31b1dc --- /dev/null +++ b/techstack.yml @@ -0,0 +1,52 @@ +repo_name: phillipshaong/bert +report_id: 9e707dcb8f007dda52e8c205a4e0b61f +repo_type: Public +timestamp: '2023-11-09T17:17:04+00:00' +requested_by: jacobdevlin-google +provider: github +branch: master +detected_tools_count: 4 +tools: +- name: Python + description: A clear and powerful object-oriented programming language, comparable + to Perl, Ruby, Scheme, or Java. + website_url: https://www.python.org + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/993/pUBY5pVj.png + detection_source: Repo Metadata +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source: Repo Metadata +- name: Jupyter + description: Multi-language interactive computing environments. + website_url: http://jupyter.org + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Application Utilities + sub_category: Data Science Notebooks + image_url: https://img.stackshare.io/service/4190/fGBUdNf__400x400.jpg + detection_source: Repo Metadata +- name: TensorFlow + description: Open Source Software Library for Machine Intelligence + website_url: https://www.tensorflow.org + version: 1.11.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Application Utilities + sub_category: Machine Learning Tools + image_url: https://img.stackshare.io/service/4717/FtFnqC38_400x400.png + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: Jacob Devlin + last_updated_on: 2018-10-31 22:34:06.000000000 Z From 88ff7f95fe777384f9910655adce1c5ca94a0b38 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 17:17:08 +0000 Subject: [PATCH 2/8] Create techstack.md --- techstack.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 000000000..944bff881 --- /dev/null +++ b/techstack.md @@ -0,0 +1,81 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [phillipshaong/bert](https://github.com/phillipshaong/bert)![](https://img.stackshare.io/public_badge.svg "public") +

+|4
Tools used|11/09/23
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Python +
+ Python +
+ +
+ +## DevOps (1) + + + + +
+ Git +
+ Git +
+ +
+ +## Other (2) + + + + + + +
+ Jupyter +
+ Jupyter +
+ +
+ TensorFlow +
+ TensorFlow +
+ v1.11.0 +
+ +
+
+ +Generated via [Stack File](https://github.com/apps/stack-file) From 989ca4374f1b78e5579826c0529bc69b63c6a3bf Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 16:13:10 +0000 Subject: [PATCH 3/8] Update techstack.yml --- techstack.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/techstack.yml b/techstack.yml index ddd31b1dc..9ae8fa444 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,7 +1,8 @@ repo_name: phillipshaong/bert report_id: 9e707dcb8f007dda52e8c205a4e0b61f +version: 0.1 repo_type: Public -timestamp: '2023-11-09T17:17:04+00:00' +timestamp: '2024-01-04T15:08:51+00:00' requested_by: jacobdevlin-google provider: github branch: master @@ -16,6 +17,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/993/pUBY5pVj.png + detection_source_url: https://github.com/phillipshaong/bert detection_source: Repo Metadata - name: Git description: Fast, scalable, distributed revision control system @@ -25,6 +27,7 @@ tools: category: Build, Test, Deploy sub_category: Version Control System image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/phillipshaong/bert detection_source: Repo Metadata - name: Jupyter description: Multi-language interactive computing environments. @@ -35,6 +38,7 @@ tools: category: Application Utilities sub_category: Data Science Notebooks image_url: https://img.stackshare.io/service/4190/fGBUdNf__400x400.jpg + detection_source_url: https://github.com/phillipshaong/bert detection_source: Repo Metadata - name: TensorFlow description: Open Source Software Library for Machine Intelligence @@ -46,7 +50,7 @@ tools: category: Application Utilities sub_category: Machine Learning Tools image_url: https://img.stackshare.io/service/4717/FtFnqC38_400x400.png - detection_source_url: requirements.txt + detection_source_url: https://github.com/phillipshaong/bert/blob/master/requirements.txt detection_source: requirements.txt last_updated_by: Jacob Devlin last_updated_on: 2018-10-31 22:34:06.000000000 Z From c44baa847a4f4c8d40ecea7867ea01afdf46b4a4 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 16:13:11 +0000 Subject: [PATCH 4/8] Update techstack.md --- techstack.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/techstack.md b/techstack.md index 944bff881..b141aab7c 100644 --- a/techstack.md +++ b/techstack.md @@ -1,30 +1,34 @@
# Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [phillipshaong/bert](https://github.com/phillipshaong/bert)![](https://img.stackshare.io/public_badge.svg "public")

-|4
Tools used|11/09/23
Report generated| +|4
Tools used|01/04/24
Report generated| |------|------|
@@ -78,4 +82,4 @@ Full tech stack [here](/techstack.md)
-Generated via [Stack File](https://github.com/apps/stack-file) +Generated via [Stack File](https://github.com/marketplace/stack-file) From 244fc93fa8844255095aeda06ff055cae4723e72 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:40:41 +0000 Subject: [PATCH 5/8] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 9ae8fa444..c8687c5e6 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: phillipshaong/bert report_id: 9e707dcb8f007dda52e8c205a4e0b61f version: 0.1 repo_type: Public -timestamp: '2024-01-04T15:08:51+00:00' +timestamp: '2024-01-05T09:12:13+00:00' requested_by: jacobdevlin-google provider: github branch: master From 1d63d2fff7ccfc96632fba3700209bd0c4163306 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:40:42 +0000 Subject: [PATCH 6/8] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index b141aab7c..5cc069801 100644 --- a/techstack.md +++ b/techstack.md @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [phillipshaong/bert](https://github.com/phillipshaong/bert)![](https://img.stackshare.io/public_badge.svg "public")

-|4
Tools used|01/04/24
Report generated| +|4
Tools used|01/05/24
Report generated| |------|------|
From 6272d3cf504fcb2af8b59fc19f832c40774dc2d2 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:17:09 +0000 Subject: [PATCH 7/8] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index c8687c5e6..0fd6c5ef5 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: phillipshaong/bert report_id: 9e707dcb8f007dda52e8c205a4e0b61f version: 0.1 repo_type: Public -timestamp: '2024-01-05T09:12:13+00:00' +timestamp: '2024-02-29T18:17:03+00:00' requested_by: jacobdevlin-google provider: github branch: master From 93299c272aa1b3f31ac8366d5ac8059e11b9257d Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:17:10 +0000 Subject: [PATCH 8/8] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index 5cc069801..66c051388 100644 --- a/techstack.md +++ b/techstack.md @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [phillipshaong/bert](https://github.com/phillipshaong/bert)![](https://img.stackshare.io/public_badge.svg "public")

-|4
Tools used|01/05/24
Report generated| +|4
Tools used|02/29/24
Report generated| |------|------|