Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ test_data = [{
|
|
77 |
}]
|
78 |
|
79 |
if args.train:
|
80 |
-
model.fit(
|
81 |
result = model.predict(test_data)
|
82 |
```
|
83 |
|
|
|
77 |
}]
|
78 |
|
79 |
if args.train:
|
80 |
+
model.fit(traintrainta, dev_data)
|
81 |
result = model.predict(test_data)
|
82 |
```
|
83 |
|