Update README.md
Browse files
README.md
CHANGED
@@ -3,18 +3,8 @@ library_name: transformers
|
|
3 |
tags: []
|
4 |
---
|
5 |
|
6 |
-
# Model Card for Model ID
|
7 |
-
|
8 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
## Model Details
|
13 |
-
|
14 |
### Model Description
|
15 |
|
16 |
-
<!-- Provide a longer summary of what this model is. -->
|
17 |
-
|
18 |
This is the model used to seperate long questions into seperate questions if possible.
|
19 |
|
20 |
- **Developed by:** [Geerath Bhat]
|
@@ -74,7 +64,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
74 |
# Get the tokenizer
|
75 |
|
76 |
```
|
77 |
-
model_checkpoint = "Geerath/seperator"
|
78 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
79 |
```
|
80 |
|
|
|
3 |
tags: []
|
4 |
---
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
### Model Description
|
7 |
|
|
|
|
|
8 |
This is the model used to seperate long questions into seperate questions if possible.
|
9 |
|
10 |
- **Developed by:** [Geerath Bhat]
|
|
|
64 |
# Get the tokenizer
|
65 |
|
66 |
```
|
67 |
+
model_checkpoint = "Geerath/context-seperator"
|
68 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
69 |
```
|
70 |
|