beyoru commited on
Commit
8f2a947
·
verified ·
1 Parent(s): 1e0c731

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,7 @@ datasets:
14
  ---
15
 
16
  ## Goal:
17
- Fine-tuning model for detection emotional from natural lanugage.
18
 
19
  ## Usage:
20
  ```python
@@ -33,6 +33,7 @@ _ = model.generate(
33
  **tokenizer(text, return_tensors = "pt").to("cuda"),
34
  streamer = TextStreamer(tokenizer, skip_prompt = True),
35
  )
 
36
  ```
37
 
38
 
 
14
  ---
15
 
16
  ## Goal:
17
+ Detection emotional from natural lanugage.
18
 
19
  ## Usage:
20
  ```python
 
33
  **tokenizer(text, return_tensors = "pt").to("cuda"),
34
  streamer = TextStreamer(tokenizer, skip_prompt = True),
35
  )
36
+ #neutral
37
  ```
38
 
39