Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
-
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
|
10 |
|
11 |
|
@@ -13,25 +20,21 @@ tags: []
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
<!-- Provide a longer summary of what this model is. -->
|
17 |
-
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:** [
|
21 |
-
- **Funded by [optional]:** [More Information Needed]
|
22 |
-
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
-
- **
|
33 |
-
- **Paper [optional]:** [More Information Needed]
|
34 |
-
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
@@ -196,6 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Yelp/yelp_review_full
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
library_name: transformers
|
10 |
+
pipeline_tag: text-classification
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
14 |
|
15 |
+
This model is the result of the post [Hugging Face transformers](https://maximofn.com/hugging-face-transformers/). The model give a classification of a review
|
16 |
|
17 |
|
18 |
|
|
|
20 |
|
21 |
### Model Description
|
22 |
|
|
|
|
|
23 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
24 |
|
25 |
+
- **Developed by:** [MaximoFN](https://huggingface.co/Maximofn)
|
26 |
+
<!-- - **Funded by [optional]:** [More Information Needed] -->
|
27 |
+
<!-- - **Shared by [optional]:** [More Information Needed] -->
|
28 |
+
- **Model type:** Text classification
|
29 |
+
- **Language(s) (NLP):** English
|
30 |
+
- **License:** Apache 2.0
|
31 |
+
- **Finetuned from model:** [Yelp/yelp_review_full](https://huggingface.co/datasets/Yelp/yelp_review_full)
|
32 |
|
33 |
### Model Sources [optional]
|
34 |
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
37 |
+
- **Post:** [Hugging Face transformers](https://maximofn.com/hugging-face-transformers/)
|
|
|
|
|
38 |
|
39 |
## Uses
|
40 |
|
|
|
199 |
|
200 |
## Model Card Contact
|
201 |
|
202 |
+
[More Information Needed]
|
|
|
|