Upload tokenizer
Browse files- README.md +24 -23
- tokenizer.json +1 -6
README.md
CHANGED
|
@@ -1,33 +1,34 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
library_name: transformers
|
| 11 |
datasets:
|
| 12 |
-
|
| 13 |
-
model-index:
|
| 14 |
-
- name: omaressamrme/tuning
|
| 15 |
-
results:
|
| 16 |
-
- task:
|
| 17 |
-
type: text-classification
|
| 18 |
-
name: Sentiment Analysis
|
| 19 |
-
dataset:
|
| 20 |
-
name: IMDb
|
| 21 |
-
type: imdb
|
| 22 |
-
split: test
|
| 23 |
-
metrics:
|
| 24 |
-
- type: accuracy
|
| 25 |
-
value: 0.31
|
| 26 |
-
- type: f1
|
| 27 |
-
value: 0.0
|
| 28 |
widget:
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- text-classification
|
| 7 |
+
- sentiment-analysis
|
| 8 |
+
- imdb
|
| 9 |
+
- distilbert
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
library_name: transformers
|
| 12 |
datasets:
|
| 13 |
+
- imdb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
widget:
|
| 15 |
+
- text: I absolutely loved this movie!
|
| 16 |
+
- text: This was a terrible film. I want my time back.
|
| 17 |
+
model-index:
|
| 18 |
+
- name: omaressamrme/tuning
|
| 19 |
+
results:
|
| 20 |
+
- task:
|
| 21 |
+
type: text-classification
|
| 22 |
+
name: Sentiment Analysis
|
| 23 |
+
dataset:
|
| 24 |
+
name: IMDb
|
| 25 |
+
type: imdb
|
| 26 |
+
split: test
|
| 27 |
+
metrics:
|
| 28 |
+
- type: accuracy
|
| 29 |
+
value: 0.31
|
| 30 |
+
- type: f1
|
| 31 |
+
value: 0.0
|
| 32 |
---
|
| 33 |
|
| 34 |
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|