Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`t5-small`](https://huggingface.co/t5-small) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -11,15 +13,54 @@ tags:
|
|
11 |
- summarization
|
12 |
metrics:
|
13 |
- rouge
|
14 |
-
model-index:
|
15 |
-
- name: t5-small-github-repo-tag-generation
|
16 |
-
results: []
|
17 |
widget:
|
18 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
example_title: 'Github Cleaned Readme #1'
|
20 |
-
language:
|
21 |
-
- en
|
22 |
pipeline_tag: summarization
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
13 |
- summarization
|
14 |
metrics:
|
15 |
- rouge
|
|
|
|
|
|
|
16 |
widget:
|
17 |
+
- text: susya plant disease detector ml powered app to assist farmers in crop disease
|
18 |
+
detection and alerts product walkthrough download product apk here machine learning
|
19 |
+
python notebook solutions system to detect the problem when it arises and warn
|
20 |
+
the farmers disease detection using machine learning model enabled through android
|
21 |
+
app which uses flask api solution to overcome the problem once it arises remedy
|
22 |
+
is suggested for the disease detected by the app using ml model solution that
|
23 |
+
will ensure that the problem will never occur in the future again pdf report is
|
24 |
+
generated on the disease predicted along with user information pdf can be used
|
25 |
+
as a document to be submitted in nearby krishibhavan thereby seeking help easily
|
26 |
+
method that will reduce the impact of the dilemma to a significant level disease
|
27 |
+
detected news can be sent to other users as a notification which contatins userplant
|
28 |
+
and disease this will help other farmers take up precautions thereby reducing
|
29 |
+
the impact of the dilemma to a significant level considering a region machine
|
30 |
+
learning model multiclass image classifier built on pytorch framework using cnn
|
31 |
+
architecture currently project detects 17 states of disease in 4 plants aiming
|
32 |
+
kerala state namely cherry pepper potato and tomato framework pytorch architecture convolutional
|
33 |
+
neural networks validation accuracy 777 how to train upload the python notebook
|
34 |
+
to google colab and run each cell for training the model i have included a demo
|
35 |
+
dataset to configure quickly you can use this kaggle dataset which is the original
|
36 |
+
one with huge amount of pictures how it works the input image dataset is converted
|
37 |
+
to tensor and is passed through a cnn model returning an output value corresponding
|
38 |
+
to the plant disease input image tensor is passed through four convolutional layers
|
39 |
+
and then flattened and inputted to fully connected layers api api is built using
|
40 |
+
flask framework and hosted in render the api provides two functionalities they
|
41 |
+
are plant disease detection accepts a post request with an image in the form of
|
42 |
+
base64 string and returns plant disease and remedy notification accepts a post
|
43 |
+
request with plant user and disease which is then pushed as a notification to
|
44 |
+
other users to warn them regarding a probable outbreak of disease how to use api
|
45 |
+
has been built on this classifier url user has to send a post request to the
|
46 |
+
given api with base64 string of the image to be input python import requests url imgdata base64
|
47 |
+
string of image r requestsposturljson imageimgdata printrtextstrip outputpython
|
48 |
+
diseaseseptoria leaf spotplanttomatoremedyremove infected leaves immediatelyfungonil
|
49 |
+
and daconil app download product apk here to run app shell cd app flutter run
|
50 |
+
to build app shell cd app flutter build apk features authentication using google
|
51 |
+
oauth user profile page uses camera or device media to get an image of the crop
|
52 |
+
preview the image and sends it to api for disease detection result page showing
|
53 |
+
detected disease and remedy generates a pdf report to saveshare predicted disease
|
54 |
+
details option to send the generated result as a notification warning to other
|
55 |
+
users tech stack used python pytorch flask flutter firebase contributors nanda
|
56 |
+
kishor m paiml model api ajay krishna k v flutter dev api hari krishnan uml model
|
57 |
+
data collection antony s johnflutter dev
|
58 |
example_title: 'Github Cleaned Readme #1'
|
|
|
|
|
59 |
pipeline_tag: summarization
|
60 |
+
base_model: t5-small
|
61 |
+
model-index:
|
62 |
+
- name: t5-small-github-repo-tag-generation
|
63 |
+
results: []
|
64 |
---
|
65 |
|
66 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|